Code reviews become more common and standard as companies grow
- In companies with ≤ 5 code committers, over 50% of all PRs are merged without any code review. That percentage drops dramatically as we look at larger companies: < 10% in 50+ committer companies and < 5% in 200+ committer companies.
- Moreover, when we look at currently large companies and tracked their rate of code review over time, we see that as the same companies grow larger, fewer PRs are merged without review.
This trend lends to the appearance of smaller companies shipping faster.
- As noted previously, the single biggest factor on a PR’s time to merge is the number of reviews it receives. PRs without reviews are the fastest to merge.
- PRs without reviews take, on median, 8 minutes to merge. The more reviews, the more time elapses before the median PR is merged.