Reading other people’s code is a good way to learn. You gain insight into how other people solve a problem, and you see what makes code readable and understandable to you.

While it may feel like the focus of the course is on writing code, programmers generally spend more time reading it. Remember the target audience of your code is other humans, not the computer.

How we code review

Before code review

Make sure your own project is ready to be reviewed:

Do not work on your own project during code review time.

This makes the team you’re reviewing miss out on valuable feedback, and it’s hard to review your code if it keeps changing.

The reviewing process

You’ll be swapping with another team. They review your project and you review theirs.