Object Oriented Software Engineering   View all facts   Glossary   Help
subject > criterion > principle > rule > Law of Demeter
Next rule80-20 rule    Uprule    Previous rulelaw of conservation of bugs   

Law of Demeter
subjectfact 
Law of Demeteris a subtopic of 6.7 - The Delegation Pattern2001-08-30 14:56:26.0
is an instance of rule2001-08-30 14:56:26.0
means that a method should only access data passed as arguments, linked via associations, or obtained via calls to operations on other neighbouring data in the context of software design2001-08-30 14:56:26.0
should make incremental development much easier2001-08-30 14:56:26.0
states only talk to your immediate friends2001-08-30 14:56:26.0
was formulated by a team from Northeastern University in Boston2001-08-30 14:56:26.0