Code Review — resources

roadmap.sh: https://roadmap.sh/best-practices/code-review

Books

  • Code Complete (Steve McConnell) — classic on software construction quality and what reviews should be checking for.
  • The Pragmatic Programmer (Hunt & Thomas) — principles of craftsmanship that good reviews reinforce.
  • Clean Code (Robert C. Martin) — a shared vocabulary for readability and maintainability feedback (apply its advice with judgment).
  • Working Effectively with Legacy Code (Michael Feathers) — how to review and safely change code that lacks tests.

Courses / practice