LEARNING OBJECTIVES:

  1. Evaluate a program based on Code Review standards (adapted from Google’s Code Review guide)
  2. Practice reading someone else’s program

On the first day of class, I mentioned that computer science was a social discipline. Programs are simply too complex these days to be only written by one person. Which means, programs need to be able to be read by other programmers. In this class, we find that students often “stop” refining their programs as soon as they meet the minimum requirements of the assignment. While in a class, that might an okay approach, in the real world, this doesn’t work in any environment where someone else needs to be able to use/read/evaluate your programs.

To that effect, this assignment will ask you to serve as a Peer Reviewer for another student’s Exercise 3 submission.


Ground Rules

  1. Be kind.
  2. Explain your reasoning.
  3. Balance giving explicit directions with just pointing out problems and letting the programmer decide.
  4. Encourage the author to simplify code or add code comments to explain their approach instead of just saying “you should do this instead…”.

How To Access

The peer review will be completed via Canvas. Note, you will see your Peer Review assigned in Canvas around 5pm on Monday. Here are the instructions on how to access your assigned peer review.

What should the rubric look like? Like this!
screenshot of rubric
Note that some of the categories are "out of order" so make sure to select the one you mean!

Your choices will NOT affect the grade of the other person. This is simply a form of feedback.

You should download the other person’s program and copy it into your Exercise 3 folder (so that you can use the cs110_ex3_shapes module) in order to complete your review. To download your Peer’s Submission, visit your Exercise 4 assignment and click View Feedback. Everyone should have a comment from Prof. Bain with an attached file that is the submission of your peer. If that’s not the case, email Prof. Bain.

Once you click submit you will not be able to edit your Peer Review so make sure to read all the instructions below FIRST and double check you've completed the review before hitting submit!

Once your peer has reviewed your assignment, you can view their comments by following the instructions here. You will also receive an “autograder report” with a more readable version of your peer’s feedback (this will be run manually so it may not post for a day or so after you submit your rubric).

Do not share your comments or your peer's submission with ANYONE other than with the original submitter via Canvas. Violating this policy is a serious NU Student Code of Conduct violation and will be reported to your Dean of Students.


What To Look For

Canvas has a rubric built-in for the assignment for you to use to evaluate the person’s program. While you should certainly look at the other student’s flower function, please focus most of your attention on the other submitter’s creature function. For each rubric item you should assign a category and add a 2+ sentence comment justifying your rubric selection. It should be constructive and address the rubric item’s points. If the course staff determines your comment is not meaningful you will receive a 0.

There’s a fifth rubric item that asks whether or not you learned anything from reviewing this student’s assignment that you might want to change / use in your own creature function if you were asked to revise it.

How do I add a comment? For each rubric category, there's a small "comment bubble." Click on the bubble and it will allow you to add your comment! screenshot of rubric comment button

DO NOT ENTER A COMMENT on the submission itself. Only use the comments on the rubric. You will not receive any credit for comments made on the submission rather than via the rubric.


How will you be graded?

This is a participation-based activity meaning someone’s review doesn’t affect your grade on the assignment. You will receive credit based off of whether or not you completed your review of a peer’s program. You will lose points if you do not do any of the following:

You do not need to submit anything to the Ex 4 assignment. It’s literally only here to provide instructions and to have a Canvas assignment that we can put your grade in.

When you submit the rubric will may display the correct item selections. Worry not! Your rubric selections have been saved correctly, Canvas is just displaying them incorrectly. When we grade the peer reviews, we’ll make sure to post a summary comment with your true category selections. There’s nothing you need to do!


Submission Details

Remember, close IDLE before you submit to ensure that you’ve saved your latest work. Once you’ve successfully submitted you should receive feedback from the autograder in 30 or so minutes. If you fail one of the checks, you’re welcome to resubmit (up to the Canvas resubmit limit for that assignment). If you’re confused on how to fix one of the checks, then bring your submission and the test results to office hours!

Submission FAQ
Late Penalty Waiver