←
^
→
Introduction to 492 and Decoupling
Decomposition
A program is composed of parts.
There a many benefits derived from breaking a program into parts:
Division of labor
Reuse: sometimes.
Modular analysis: small bits are easier to analyze and test.
Localized change: if the design was good chances are that a new feature will require changes in a few parts.
José M. Vidal
.
13 of 34