Difference between revisions of "Loose coupling"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In computing and systems design, loose coupling is the principle that each component has, or makes use of, little or no knowledge of the definitions of other separate...")
 
 
Line 5: Line 5:
 
== See also ==
 
== See also ==
  
* [[Coupling (computer science)]]
+
* [[Coupling (computer programming)]]
 
* [[Cohesion (computer science)]]
 
* [[Cohesion (computer science)]]
 
* [[Connascence (computer programming)]]
 
* [[Connascence (computer programming)]]

Latest revision as of 19:58, 3 September 2016

In computing and systems design, loose coupling is the principle that each component has, or makes use of, little or no knowledge of the definitions of other separate components.

Sub-areas include the coupling of classes, interfaces, data, and services.

See also

External links