Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Latest commit

 

History

History
2 lines (2 loc) · 226 Bytes

File metadata and controls

2 lines (2 loc) · 226 Bytes
  • 项目要求符合UNIX哲学: 只做一件事,并且做好它。简单优于复杂,可组合性强(但要注意保持长期简单)。
  • 保持TDD, 确保代码有良好的测试覆盖率。写新代码前先写测试。