Design maxims

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
m (Added Ken Auer 1995 Link)
m (Changing Ken Auer patterns capitilization to match that in the paper description (Ken Auer 1995))
Line 88: Line 88:
 
** (SAP) The [[Stable abstractions principle]]
 
** (SAP) The [[Stable abstractions principle]]
 
* [[Ken Auer 1995]]:
 
* [[Ken Auer 1995]]:
** [[Define Classes By Behavior Not State Pattern]]  
+
** [[Define classes by behavior, not state pattern]]  
** [[Implement Behavior With Abstract State Pattern]]  
+
** [[Implement behavior with abstract state pattern]]  
** [[Identify Message Layers Pattern]]  
+
** [[Identify message layers pattern]]  
** [[Defer Identification Of State Variables Pattern]]  
+
** [[Defer identification of state variables pattern]]  
** [[Encapsulate Concrete State Pattern]]  
+
** [[Encapsulate concrete state pattern]]  
** [[Use Lazy Initialization Pattern]]  
+
** [[Use lazy initialization pattern]]  
** [[Define Default Values Via Explicit Protocol Pattern]]
+
** [[Define default values via explicit protocol pattern]]
 
* Alan Davis 1995:
 
* Alan Davis 1995:
 
* [[Code smells]]:
 
* [[Code smells]]:

Revision as of 22:59, 11 August 2008

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

Personal tools