Effective Code Reviews – A Primer

Effective Code Reviews – A Primer

My favorite is this quote by Karl Wiegers, author of the seminal paper on this topic, Humanizing Peer Reviews:

It is worth the time and effort to put together a code review strategy and consistently follow it in the team. Too many lines of code to review at once requires a huge amount of cognitive effort, and the quality of review diminishes as the size of changes increases. Human review time is expensive, and the best use of a developer’s time is reviewing qualitative aspects of code — logic, design patterns, software architecture, and so on.

Source: deepsource.io