Chapter 2
- The two roles in the peer code review are reviewer and reviewee.
- The project manager agrees on the people that will be involved in the peer code review.
- You can save your reviewer time and effort prior to requesting a peer code review by making sure your code and tests all work, that you perform code analysis on your project and fix any issues raised, and that your code adheres to the company coding guidelines.
- When reviewing code, look out for naming, formatting, programming styles, potential bugs, correctness of code and tests, security, and performance issues.
- The three categories of feedback are positive, optional, and critical.