Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 297 Bytes

File metadata and controls

7 lines (5 loc) · 297 Bytes

Design: method-decomposition

Architecture Overview

See specs/method-decomposition/spec.md for detailed per-class decomposition plans. The approach follows extract-method and extract-class refactoring patterns, with each complex controller/service being broken into focused handler classes.