Code Review Culture

Software engineering is the only field I know of where every unit of work you do is closely inspected by a panel of your peers. Putting your code through code review is a really vulnerable act. I think that every team should have a handbook about how they approach code review so that everyone has a shared understanding of their responsibilities. I wrote this code review culture doc for my team at Amazon.

This document was last updated on 20 MARCH 2022

Assigning reviewers

Commit best practices

Commit message best practices

Code review description best practices

As an author

As a reviewer