Code Review 应看什么:Correctness、Design、Test、Security、Maintainability | GitHub

本章覆盖:correctness;requirement match;API design;naming;readability;duplication;test coverage;error handling;security;performance;backward compatibility;migration;review 优先级:缺陷与设计问题 > 风格偏好。

本章知识点

  • correctness
  • requirement match
  • API design
  • naming
  • readability
  • duplication
  • test coverage
  • error handling
  • security
  • performance
  • backward compatibility
  • migration
  • review 优先级:缺陷与设计问题 > 风格偏好