Object Oriented Software Engineering   View all facts   Glossary   Help
subject > criterion > quality > software quality > coupling > external coupling
Next couplingimport coupling    Upcoupling    Previous couplingdata coupling   

external coupling comparison table
Subject reduce by is a kind of has definition
coupling software qualityA measure of the extent to which interdependencies exist between software modules
external coupling
  • reducing the number of places in the code where such dependencies exist
  • using the facade pattern
couplingA form of coupling in which a software component has a dependency to software written by a third party, or to a particular type of hardware

Next couplingimport coupling    Upcoupling    Previous couplingdata coupling