Code Quality Standard
Key Conclusions
Section titled “Key Conclusions”- File Size: Recommended under 250 lines per file, under 50 lines per function. Split if exceeded.
- Single Responsibility: One purpose per module. Maintain separation of Route/Domain/Infra layers.
- Refactoring: Eliminate duplication, ensure clear boundaries, prioritize pure functions for testability.
Current Status
Section titled “Current Status”- Implemented code review and cleanup plan. Completed Phase 2/3, finishing re-export and large file splitting.
Related Documents
Section titled “Related Documents”| Document | Content |
|---|---|
| Code Review and Cleanup Plan | Code review and cleanup plan |
| Code Cleanup Completed | Code Cleanup Completion Report |
| Refactoring Plan | Code Refactoring Plan |