Object Oriented Software Engineering   View all facts   Glossary   Help
subject > criterion > quality > software quality > coupling > routine call coupling
Next couplingstamp coupling    Upcoupling    Previous couplinglow coupling   

routine call coupling
subjectfact 
routine call couplingcan be reduced by reducing the total number of routines that a particular class or package calls: If you use a sequence of two or more methods to compute something, and this sequence is used in more than one place, then you can reduce routine call coupling by writing a single routine that encapsulates the sequence2001-08-30 14:57:25.0
has definition A form of coupling in which one routine calls another2001-08-30 14:57:25.0
is always present in an object oriented system2001-08-30 14:57:25.0
is a subtopic of 9.2 - Principles Leading to Good Design2001-08-30 14:57:25.0
is a kind of coupling2001-08-30 14:57:25.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