Code review tips that actually work
TLDR dropped a note on code review — the part of the job nobody pretends is fun. The post collects tips for reviewing other people's work: read the diff before the PR, check for edge cases, flag obvious problems early, and leave comments that explain the why, not just the what. The gist is straightforward — treat review as a conversation, not a test.
The real stakes for us are the ones nobody talks about at standup. Bad reviews slow teams down, burn out juniors, and let the same mistakes repeat. Good reviews keep shipping and keep the team sane. The difference is usually a few habits: read the whole thing, don't nitpick formatting, ask questions instead of commands, and close the loop when someone responds.
TLDR's take is practical, not preachy. The post lives at the link below.
Why this matters for us: the code we ship is the code our neighbors use — review it like you'd want someone to review yours.
“Treat review as a conversation, not a test.”