Design maxims

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(added Data Class smell)
(add messahe chain smell)
Line 108: Line 108:
 
** [[Parallel inheritance hierarchies smell]]
 
** [[Parallel inheritance hierarchies smell]]
 
** [[Data class smell]]
 
** [[Data class smell]]
 +
** [[Message chain smell]]

Revision as of 12:51, 6 October 2008

Contents

Object oriented design maxims

maxim:: (noun) A general truth or rule of conduct expressed in a sentence.

Lets use the term maxim to mean all the rules, laws, guidelines, principles, heuristics, strategies, patterns and idioms that are named by a standard phrase.

Maxims

Clumps of maxims

Johnson and Foote's heuristics:

Riel's heuristics

Bob Martin's principles:

Ken Auer 1995:

Code smells:

Personal tools