1.

How do you conduct a code review?

Answer»

Tips mentioned below will help you to conduct a code review efficiently:

  • Do not review more than 400 code lines at a time.
  • An inspection rate of 500 LOC per HOUR is a good WAY to go.
  • Review code for 1 hour at one time.
  • Set goals as WELL as capture the metrics.
  • Before you start with the review annotate the source code.
  • Make use of checklists.
  • Create a procedure to fix the DEFECTS found.
  • Follow a positive culture of code review.
  • Take benefit of peer review’s subconscious implications.
  • Use code REVIEWS that are lightweight.


Discussion

No Comment Found