Original Note

4.1 Code Review - Outline

Outline

  1. 4.1 Code Review
  2. 正文
  3. Collaborative Code Development Models
  4. Fork and Pull Model
  5. Shared Repository Model
  6. Several **code review techniques**
  7. Things to Look for in a Code Review
  8. Is the proposed code readable?
  9. Is the proposed code a minimal change?
  10. Is the structure of the code clear?
  11. Is there an appropriate and up-to-date documentation for the proposed code?
  12. Things Not to Look for in a Code Review