Peer review: Encouraging feedback

If you have successfully submitted the prg1 project, you are participating in peer review.

After the deadline of prg1, two new branches will be created in your git repository: peer1 and peer2. You’ll need to use git pull in your own repository to get the updates. Please note that this does not mean pulling from course-upstream.

In previous peer review tasks, you have improved and commented on peer-reviewed projects. In this task, the aim is to review the original versions of both the peer1 and peer2 branches once again, reflect on what was good about them, and provide encouraging feedback. Provide at least two positive aspects for each peer’s project.

The feedback should be written in the text boxes below. Please make sure that the feedback for each branch is entered in the correct box. Also, note that the feedback will be visible to the original programmers after the peer reviews.

Checking out a branch

To switch branches on the command line, you can do so within the repository by using git checkout:

git checkout peer1

A+ presents the exercise submission form here.