Code Review

Code review is systemic examination of computer source code. It is intended to find mistakes overlooked in the initial development phase, improving the overall quality of software. Review are done in various forms such as pair programming, informal walkthroughs and formal inspections.

Types:

  • over-the-shoulder
  • pair programming
  • email pass-around
  • tool assisted code review

Comments