Working Like an Engineer: Git, PRs & Code Review · Lesson 5 of 6 · Bonus module

Giving a Review as the Quality Person

One day a developer adds you as reviewer on their PR. What you're there for is not what the other reviewers are there for.

By Shahriyar · Updated

Your lens: risk and testability

Not your business

Style the linter should catch. Architecture the team already chose. Rewriting their approach into the one you'd have used. A review that relitigates settled decisions gets you removed from the reviewers list — politely, and permanently.

Phrasing that works

Questions beat verdicts. "What happens if the API times out here?" opens a conversation; "this is wrong" opens a fight. You can raise every risk you see without a single declarative sentence.

Grounded in how code review runs on real teams

All lessons in Working Like an Engineer: Git, PRs & Code Review

  1. The Loop: Branch, Commit, PR, Merge
  2. Your First Merge Conflict
  3. Reading Code You Didn't Write
  4. Receiving a Review Without Taking It Personally
  5. Giving a Review as the Quality Person
  6. Commits and PRs an Interviewer Will Read