Skip to main content

One doc tagged with "coupling"

View all tags

Chapter 14: Component Coupling

Three principles govern dependencies between components: ADP (no dependency cycles), SDP (depend in the direction of stability), and SAP (stable components should be abstract). These principles shape large-scale architecture and determine which components can evolve independently.