ThesaHelp: references i-l
Topic: object-oriented design
Topic: dependency analysis
Topic: understanding systems
Topic: software documentation
| |
Reference
Lieberherr, K.J., Holland, I.M.,
"Assuring good style for object-oriented programs",
IEEE Software, September, 1989, pp. 38-48.
Google
Quotations
38 ;;Quote: reduce class dependencies by following the Law of Demeter; restrict message-sending to arguments, self, and self's components
| 44 ;;Quote: relax the Law of Demeter by declaring acquaintance classes; documents dependencies
| 44 ;;Quote: Law of Demeter reduces method complexity and nested message sending; increases number of messages and their arguments
|
Related Topics
ThesaHelp: references i-l (342 items)
Topic: object-oriented design (29 items)
Topic: dependency analysis (31 items)
Topic: understanding systems (48 items)
Topic: software documentation (64 items)
|