Jason's Useful Links Page

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
'''[[Special:Allpages|Index of all pages]]'''
+
<u>'''[[Special:Allpages|Index of all pages]]'''</u>
  
 
[[Special:Mostlinked|Most linked to pages]]
 
[[Special:Mostlinked|Most linked to pages]]
Line 5: Line 5:
 
[[Special:Popularpages|Most Visited Pages]]
 
[[Special:Popularpages|Most Visited Pages]]
  
[[Special:ShortPages|Short PAges]]
+
<u>'''[[Special:Wantedpages|Wanted Pages]]'''</u>
  
'''[Specail:Wantedpages|Wanted Pages]]'''
+
[[Special:ShortPages|Short Pages]]
 +
 
 +
 
 +
{|  cellpadding="5"
 +
 
 +
|width="25%"|'''This page'''
 +
|width="25%"|'''Is the same as'''
 +
|width="25%"|'''Supports'''
 +
|width="25%"|'''Conflicts with'''
 +
|
 +
 
 +
 
 +
|-valign="top"
 +
|[[A class should not depend on its users]]
 +
 +
|[[Dependency inversion principle]]
 +
|
 +
|
 +
|
 +
 
 +
|-valign="top"
 +
|[[Acyclic dependencies principle]]
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-valign="top"
 +
|[[Avoid becomes]]
 +
|
 +
|[[State]]
 +
|
 +
|
 +
 
 +
 
 +
 
 +
|-valign="top"
 +
|[[Avoid downcasting]]
 +
|
 +
|[[Tell, don't ask]]
 +
|
 +
|
 +
 
 +
|-valign="top"
 +
|[[Avoid equals]]
 +
|
 +
|[[Immutable object]]
 +
|
 +
|
 +
 
 +
 
 +
 
 +
|-valign="top"
 +
|[[Avoid concrete base classes]]
 +
|
 +
|[[Avoid inheritance for implementation]]
 +
|'''Heuristic 3.7''' [[Eliminate irrelevant classes]]
 +
|
 +
|-valign="top"
 +
|[[Avoid no-op overrides]]
 +
|
 +
|[[Liskov substitution principle]],
 +
[[Design by contract]]
 +
|
 +
 
 +
|-valign="top"
 +
|[[Avoid side effects]]
 +
|
 +
|[[Command query separation]],
 +
[[Immutable object]]
 +
|
 +
 
 +
|-valign="top"
 +
|[[Behavioral completeness]]
 +
|[[Define classes by behavior, not state pattern]],
 +
[[Model the real world]]
 +
|[[Single responsibility principle]],
 +
[[Separation of concerns]]
 +
|
 +
 
 +
|-valign="top"
 +
|[[Beware singletons]]
 +
|
 +
|
 +
|
 +
|
 +
 
 +
 
 +
 
 +
|-valign="top"
 +
|[[Beware type switches]] '''heuristic 5.12'''
 +
|[[Switch statements smell]]
 +
|[[Strategy]]
 +
|
 +
|
 +
|
 +
 
 +
|-valign="top"
 +
|bob
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-valign="top"
 +
|bob
 +
|
 +
|
 +
|
 +
|
 +
|}

Latest revision as of 00:01, 6 October 2008

Index of all pages

Most linked to pages

Most Visited Pages

Wanted Pages

Short Pages


This page Is the same as Supports Conflicts with


A class should not depend on its users Dependency inversion principle
Acyclic dependencies principle
Avoid becomes State


Avoid downcasting Tell, don't ask
Avoid equals Immutable object


Avoid concrete base classes Avoid inheritance for implementation Heuristic 3.7 Eliminate irrelevant classes
Avoid no-op overrides Liskov substitution principle,

Design by contract

Avoid side effects Command query separation,

Immutable object

Behavioral completeness Define classes by behavior, not state pattern,

Model the real world

Single responsibility principle,

Separation of concerns

Beware singletons


Beware type switches heuristic 5.12 Switch statements smell Strategy
bob
bob
Personal tools