OO wisdom
From CSSEMediaWiki
(Difference between revisions)
WarwickIrwin (Talk | contribs) m |
|||
Line 27: | Line 27: | ||
* [[427 design standard]] - The 2008 set of design guidelines. Covers getters/setters, class naming & equals methods | * [[427 design standard]] - The 2008 set of design guidelines. Covers getters/setters, class naming & equals methods | ||
* [[Perfect OO Language]] | * [[Perfect OO Language]] | ||
− | |||
* [[Exam questions]] - A set of previous exam questions and attempted solutions | * [[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]]'' |
Revision as of 22:40, 20 October 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.
Contents |
General Topics
- Design maxims - Laws (and guidelines, ideas etc) of OOD.
- Design examples - Existing designs for critique.
- Nomenclature - Names of OO concepts.
- Patterns - How to structure your code.
- Riel's heuristics - The set of heuristics detailed by Riel in Arthur Riel 1996.
- Code smells and Refactoring - When and how to modify code.
- Idioms - Language specific maxims and ideas.
- Automation - How do we automate the detection/compliance with these maxims?
Attempts At Understanding
- Hall of fame - A categorisation of OOD features by their validity
- 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...
Grand Accords and Official Decrees of 427, 2009
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.