Skip to content

Code Quality Standard

  • 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.
  • Implemented code review and cleanup plan. Completed Phase 2/3, finishing re-export and large file splitting.
DocumentContent
Code Review and Cleanup PlanCode review and cleanup plan
Code Cleanup CompletedCode Cleanup Completion Report
Refactoring PlanCode Refactoring Plan