Phil's Dev Note

Code Quality

可观测

细粒度

粗粒度/系统侧

Testing

  • test-driven
  • regression tests
  • property-based tests

Code Coverage

Formatter & Linter

commit hooks

  • pre-commit:多语言 pre-commit hooks 管理框架
  • husky 适合前端项目

版本管理

On this page