In Tidy First?, I introduced you to the theoretical foundations of software design. We explored how software creates value through both behavior (what it does) and structure (how it's organized). We saw how coupling drives cost through Constantine's Equivalence: cost(software) ≈ cost(change) ≈ cost(big changes) ≈ coupling
. We discovered that structure c…