+**Loose coupling** describes a design principle where components of a system are largely independent, interacting through stable interfaces with minimal knowledge of each other's internals. This architectural choice enhances [Flexibility](/wiki/flexibility) and [Reusability](/wiki/reusability), allowing parts to evolve or be swapped without significant impact on the whole.
+## See also
+- [Tight Coupling](/wiki/tight_coupling)
+- [Cohesion](/wiki/cohesion)
+- [Software Architecture](/wiki/software_architecture)
... 1 more lines