Developer & tech
Code Review Checklist
Reviews drift into style opinions when nobody wrote down what to look for. This produces the list before you open the diff.
Blast radius
Risk — low
0 / 11 checked
Low risk: a focused single pass on the critical items should be sufficient. Budget roughly 32 minutes.
What makes a review worth the time
Review quality collapses past roughly four hundred changed lines and after about an hour of reading. If a change exceeds either limit, the honest answer is to send it back to be split rather than to approve it with a skim.
Separate the blocking from the optional. Anything marked critical here concerns correctness, security or data loss; everything else is a suggestion. Reviewers who mark preferences as blockers train authors to ignore all of their comments equally.
Machines are better than you at formatting, imports and lint rules — let them do it in CI. Spend human attention on the two things automation cannot judge: whether the change solves the actual problem, and what happens when it fails.