#engineering #implementation #quality

idea

Code review is an enforcement mechanism aiming at standardizing and raising quality by having a second person look at the code going into the repository.

Code reviews check for multiple things:

links

references

Gergely Orosz / How to Make Good Code Reviews Better is a collection of recommendations to raise the bar of code-reviews {TODO: extract if relevant}

Smartbear / Best practices for peer code review has some good metrics on how many LOC to review at once (400 max), how long to review code (max 1h), and how fast to review code (500LOC/h max)

Charles-Axel Dein / Maslow's pyramid of code review