Design maxims

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(Maxims)
m
Line 87: Line 87:
 
** (SDP) The [[Stable dependencies principle]]
 
** (SDP) The [[Stable dependencies principle]]
 
** (SAP) The [[Stable abstractions principle]]
 
** (SAP) The [[Stable abstractions principle]]
* KenAuer1995:
+
* Ken Auer 1995:
** DefineClassesByBehaviorNotStatePattern.
+
** [[Define Classes By Behavior Not State Pattern]]
** ImplementBehaviorWithAbstractStatePattern.
+
** [[Implement Behavior With Abstract State Pattern]]
** IdentifyMessageLayersPattern.
+
** [[Identify Message Layers Pattern]]
** DeferIdentificationOfStateVariablesPattern.
+
** [[Defer Identification Of State Variables Pattern]]
** EncapsulateConcreteStatePattern.
+
** [[Encapsulate Concrete State Pattern]]
** UseLazyInitializationPattern.
+
** [[Use Lazy Initialization Pattern]]
** DefineDefaultValuesViaExplicitProtocolPattern.
+
** [[Define Default Values Via Explicit Protocol Pattern]]
* AlanDavis1995:
+
* Alan Davis 1995:
 
* [[Code smells]]:
 
* [[Code smells]]:
 
** [[Duplicate code smell]]
 
** [[Duplicate code smell]]

Revision as of 00:27, 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