Words and Stuff

Code Review

This post is a collection of mine and other people’s thoughts on code reviews. Only recently, having moved to a new team where code reviews were either not done well or not done at all, have I started to see all of their value beyond improving an individual’s programming ability. For teams working with legacy code, companies with high turnover, or where a sense of ownership doesn’t exist, code reviews become a way to effectively spread knowledge out amongst the engineers.

Objectives

Ensure Code changes are correct, maintainable, and fit for purpose.

Code Review Checklist