Maxim Hierarchy

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(Defining the objects: One responsibility rule just redirected to Single responsibility principle anyway. No need to have them twice.)
Line 10: Line 10:
 
* [[Single responsibility principle]]
 
* [[Single responsibility principle]]
 
* [[Separation of concerns]]
 
* [[Separation of concerns]]
* [[One responsibility rule]]
+
 
 
==== Object Behaviour ====
 
==== Object Behaviour ====
 
* [[Avoid downcasting]]
 
* [[Avoid downcasting]]

Revision as of 00:35, 1 October 2010

This is an attempt to categorise maxims.

Contents

Design & Implementation

All those maxims related to the system itself.

Separate and group system parts rationally

Defining the objects

Object Behaviour

Object Interface

Inheritance

Object Mutability

Avoid unnecessary complexity

Reuse

Do only what is necessary

Readable Code is Good Code

Group Stuff To Reduce Complexity

Dependencies

Process & Organisation

All the maxims related to the development processes and management of the development team.

OO Developers are not perfect

Personal tools