What can be reviewed
Why undertake code reviews
When to code review
defect detection rate formula
total defect = method defects + undetected defects
defect detection rate = defects / total defects
code review workflow
good practice for merge request
keep merge request small
Describing the change for merge requests
what to automate
static analysis tools
questions to ask for code reviews
Google code review process
Google Modern lightweight review flow
Google review frequency
about 3 changes/week
less than 7 changes/week for 80% of authors
abut 4 changes reviewed/week
less than 10 changes reviewed/week for 80% of reviewers
Google review speed for small and large changes
less than 1 hr for small changes
ard 5 hrs for larges changes
Good review size
more than 35% is single file modification
about 90% has less than 10 file modification
Google: number of reviewers and comments
99% of changes with 1 to 5 reviewers
12.5 comments per change
1250 lines per change
developer perception