+**Decoupling** refers to the act of separating system components so they can operate with minimal knowledge of each other. This reduces [Dependencies](/wiki/dependency) and allows for greater flexibility and independent evolution. It is a fundamental design principle found in diverse fields like software [Engineering](/wiki/engineering) and complex systems.
+## See also
+- [Cohesion](/wiki/cohesion)
+- [Modularity](/wiki/modularity)
+- [Abstraction](/wiki/abstraction)
... 1 more lines