loose_coupling
Table of Contents
Loose coupling
See also Dependency, Coupling
In computing and systems design a loosely coupled system is one in which each of its Component Definition | components has, or makes use of, little or no knowledge of the definitions of other separate components. Subareas include the Coupling (computer programming) | coupling of classes, interfaces, data, and services.<ref>Loosely Coupled: The Missing Pieces of Web Services by Doug Kaye</ref> Loose coupling is the opposite of tight coupling.
—
- Snippet from Wikipedia: Loose coupling
In computing and systems design, a loosely coupled system is one
- in which components are weakly associated (have breakable relationships) with each other, and thus changes in one component least affect existence or performance of another component.
- in which each of its components has, or makes use of, little or no knowledge of the definitions of other separate components. Subareas include the coupling of classes, interfaces, data, and services. Loose coupling is the opposite of tight coupling.
—
See also
loose_coupling.txt · Last modified: 2025/02/01 06:43 by 127.0.0.1