Robert Cecil Martin 2002
From CSSEMediaWiki
(Difference between revisions)
(New page: ''The Principles, Patterns, and Practices of Agile Software Development'' by [[Bob Martin== This book has lots of OOD advice, including: * A chapter on the [[Single responsibility princi...) |
m (Reverted edits by Ebybymic (Talk); changed back to last version by Matthew Harward) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ''The Principles, Patterns, and Practices of Agile Software Development'' by [[Bob Martin]] | |
− | ''The Principles, Patterns, and Practices of Agile Software Development'' by [[Bob Martin | + | |
This book has lots of OOD advice, including: | This book has lots of OOD advice, including: | ||
Line 8: | Line 7: | ||
== See also == | == See also == | ||
* [[Bob Martin]] | * [[Bob Martin]] | ||
+ | |||
+ | [[Category: Resources]] |
Latest revision as of 03:02, 25 November 2010
The Principles, Patterns, and Practices of Agile Software Development by Bob Martin
This book has lots of OOD advice, including:
- A chapter on the Single responsibility principle.
- A chapter on the Visitor pattern, and related patterns.