Deep Modules
How to deepen a cluster of shallow modules safely, given its dependencies. The aim is testability and AI-navigability.
Load skill: code-design.
Signals
- Where does understanding one concept require bouncing between many small modules?
- Where are modules shallow — interface nearly as complex as the implementation?
- Where have pure functions been extracted just for testability, but the real bugs hide in how they're called (no locality)?
[Description truncada. Veja o README completo no GitHub.]