Robert Cecil Martin 2002
From CSSEMediaWiki
(Difference between revisions)
Line 7: | Line 7: | ||
== See also == | == See also == | ||
* [[Bob Martin]] | * [[Bob Martin]] | ||
+ | |||
+ | [[Category: Resources]] |
Revision as of 20:46, 28 July 2009
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.