OO wisdom

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
m (Putting patterns links together on 1 page)
m (Reverted edits by Ebybymic (Talk); changed back to last version by LukeRobinson)
 
(23 intermediate revisions by 7 users not shown)
Line 1: Line 1:
This is the main entrypoint for course content.
+
This is the main entry point for course content. In contains all of the base understanding of Object Orientated Design (OOD), plus attempts to restructure the data to make it more understandable.
  
 +
[[Super quick exam ref]]
  
* [[Design maxims]]
+
==General Topics==
* [[Design examples]]
+
* [[Design maxims]] - Laws (and guidelines, ideas etc) of OOD.
* [[Nomenclature]]
+
* [[Design examples]] - Existing designs for critique.
* [[Patterns]]
+
* [[Nomenclature]] - Names of OO concepts.
* [[Riel's heuristics]]
+
* [[Patterns]] - How to structure your code.
* [[Code smells]] and [[Refactoring]]
+
* [[Riel's heuristics]] - The set of heuristics detailed by Riel in [[Arthur Riel 1996]].
* [[Idioms]]
+
* [[Code smells]] and [[Refactoring]] - When and how to modify code.
* [[OO culture]]
+
* [[Idioms]] - Language specific maxims and ideas.
 +
* [[Automation]] - How do we automate the detection/compliance with these maxims?
  
'''Note:''' I've created the beginnings of a '''Quick Reference''' page. Please add to it. It will hopefully be useful both as a general resource, and for the exam.
+
==Attempts At Understanding==
--[[User:RobertLechte|Robert]] 03:05, 27 September 2008 (UTC)
+
* [[Hall of fame]] - A categorisation of OOD features by their validity
* [[Quick Reference]]
+
* [[Schools of thought]] - A set of contradictory ideas and the OOD concepts they are influenced by.
 +
* [[One hour tour]] - A one hour tour through the wiki...
  
* [[Exam questions]]
+
== Grand Accords and Official Decrees of 427, 2009 & 2010 ==
 +
 
 +
* [[Getter and setter policy]]
 +
* [[Equals vs the Encapsulation Boundary]]
 +
* [[Empty method over-rides]]
 +
* [[Abstract_vs_Interface]]
 +
 
 +
==Further Options==
 +
* [[427 design standard]] - The 2008 set of design guidelines. Covers getters/setters, class naming & equals methods
 +
* [[Perfect OO Language]]
 +
* [[Exam questions]] - A set of previous exam questions and attempted solutions
 +
* [[Quick Reference]] - A 2008 guide designed as a general resource and for the exam.
 +
* [[Super quick exam ref]] - Another exam reference.
  
  
 
''[[Special:Allpages|Index of all pages]]''
 
''[[Special:Allpages|Index of all pages]]''

Latest revision as of 03:22, 25 November 2010

This is the main entry point for course content. In contains all of the base understanding of Object Orientated Design (OOD), plus attempts to restructure the data to make it more understandable.

Super quick exam ref

Contents

General Topics

Attempts At Understanding

Grand Accords and Official Decrees of 427, 2009 & 2010

Further Options


Index of all pages

Personal tools