XpdWiki

FrontPage
RecentChanges
FindPage
PageIndex
UnusedPages
UndefinedPages
XpApprentices

Set your name in
UserPreferences



Referenced by
LoD
PassSomethingIn
ThoughtForTheDay




JSPWiki v2.0.52


LawOfDemeter


Difference between current version and current version:

At line 0 added 8 lines.
+ TellDontAsk | MockObjectsAndDemeter
+ ----
+ A method "M" of an object "O" should invoke only the the methods of the following kinds of objects:
+
+ # itself
+ # its parameters
+ # any objects it creates/instantiates
+ # its direct component objects

Back to LawOfDemeter, or to the Page History.