Skip to content

Instantly share code, notes, and snippets.

Code Review Best Practices

This guide is heavily based on Syeda Kauser Inamdar’s talk at GHC 2020, “Transform your Code Reviews for Inclusive and Productive Collaboration.”

  • Benefits of code reviews
    • Find bugs in code
    • Sharing knowledge: Both author and reviewer are sharing knowledge with each other that they might not share otherwise
    • Improve code quality by having a second perspective on applying best practices to the code
  • Frustrations with code reviews
  • Insufficient information