Object Oriented Software Engineering View all facts Glossary Help |
subject > criterion > principle > rule > Law of Demeter |
Law of Demeter | ||||
subject | fact |
Law of Demeter | is a subtopic of 6.7 - The Delegation Pattern | |
is an instance of rule | ||
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 design | ||
should make incremental development much easier | ||
states only talk to your immediate friends | ||
was formulated by a team from Northeastern University in Boston |