←
^
→
Introduction to 492 and Decoupling
Decoupling
A key strategy for limiting complexity is to break a program into parts.
The way in which parts relate to each other is called
coupling
.
The more coupling there is in your program the harder (exponentially) it is to maintain.
As such, we want to study
decoupling
.
José M. Vidal
.
12 of 34