Skip to content

Latest commit

 

History

History

code-review

Guidelines for conducting Code Review

Index

  1. Setting up Code Review for a project
  2. Understanding Requirements
  3. Self Review First! (For code owner)
  4. What to check for (Checklist)?
  5. Sharing feedback (Checklist)
  6. FAQ

Understanding Requirements

Go through the requirements/bug reports before looking at the code. Be familiar with the developers' task.

Self Review First! (For code owner)

Perform a sanity check first for items in the self-review checklist. The developer submitting the PR for review should’ve taken care of pointers mentioned in the self-review checklist. If not, request the developer to self-review first.