loose coupling - mmedrano9438/peripheral-brain GitHub Wiki

  • Loose Coupling is an approach to interconnecting the components in a system, network or software application so that those components, also called elements, depend on each other to the least extent practicable. Coupling refers to the degree of direct knowledge that one element has of another.

  • allows changes in one component without causing widespread disruptions. This agility supports rapid adaptation to evolving requirements and technologies.