Robert Cecil Martin 2002
From CSSEMediaWiki
(Difference between revisions)
m (Reverted edits by Ebybymic (Talk); changed back to last version by Matthew Harward) |
|||
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]] | ||
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.