←
^
→
Introduction to 492 and Decoupling
Horizontal Design: Good
Consider multiple parts at roughly the same level of abstraction.
Refine their description and then see how they all fit together. Do this "in parallel" for all. Do it before implementing any.
Organize the system around data, not functions.
Decouple the parts so that you can work on one part independently of the others.
José M. Vidal
.
15 of 34