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
subjectfact 
external couplingcan be reduced by
  • reducing the number of places in the code where such dependencies exist
  • using the facade pattern
2001-08-30 14:55:34.0
has definition A form of coupling in which a software component has a dependency to software written by a third party, or to a particular type of hardware2001-08-30 14:55:34.0
is a subtopic of 9.2 - Principles Leading to Good Design2001-08-30 14:55:34.0
is a kind of coupling2001-08-30 14:55:34.0
couplingimplies that if you want to reuse one component, you will also have to import all the ones with which it is coupled2001-08-30 14:55:07.0
software qualityis hard to assess2001-08-30 14:57:42.0