Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 991 Bytes

code-review.md

File metadata and controls

26 lines (18 loc) · 991 Bytes

Code Review

A peer review of source code. It is intended to find and fix mistakes overlooked in the initial development phase, improving both the overall quality of software and the developers' skills.

Beginning Code Review

You should be able to

  • Comment on a specific line number.
  • Comment constructively and politely.
  • Learn something valuable from the comments.
  • Express appreciation to the author.
  • Review the code in a timely manner.

Intermediate Code Review

You should be able to

  • Create small pull requests, which are easier to review.
  • Take comments as constructive and not personal criticism.
  • Learn something valuable from the comments.
  • Express appreciation to the reviewer.
  • Respond to comments in a timely manner.