coupling-management-covers-boundary-and-behavioral

Status: IN

Object-oriented coupling management includes at least two complementary domains: boundary coupling (Adapter/Facade implementing DIP across system interfaces, enabling OCP at architectural seams) and behavioral coupling (Command/Observer/Mediator/Chain composing different communication topologies to decouple senders from receivers) — together these address coupling along both interface-boundary and sender-receiver axes in a composition-based architecture.

Justifications

Structural boundary patterns and behavioral decoupling patterns partition the coupling problem space without overlap

Depends on (SL): adapter-facade-implements-dip-at-boundaries, decoupling-topology-composition-based

Depended on by

JSON