What are your favorite ones?
|
27
|
|
|
|
|
|
A thought for the day: a design pattern is a solution for a problem your environment is forcing upon you |
|||
|
|
|
|
Head First Design Patterns. If you want an illustrative book around patterns, you can't go wrong! |
||||
|
|
|
My favorites have already been mentioned above. I'll just add in Uncle Bob's Agile Principles Patterns and Practices. Not just about design patterns, but also about design principles.
Eric Evans' Domain Driven Design is also very good.
Finally, Pattern Languages of Program Design |
|||
|
|
|
|
I like the pattern-oriented software architecture (POSA) series. http://www.amazon.com/Pattern-Oriented-Software-Architecture-System-Patterns/dp/0471958697 |
|||
|
|
|
|
Undoutedly 'Head First Design Patterns'. Hey, it got a Jolt award too. I really liked 'Design Patterns in Ruby' too. |
|||
|
|
|
|
I really liked Refactoring to Patterns for its "before and after" approach to using patterns to solve problems. |
|||
|
|
|
|
The Gang of Four book is always a great reference. |
|||
|
|
|
|
The obligatory Gang of Four: * Design Patterns: Elements of Reusable Object-Oriented Software* (ISBN 0-201-63361-2) by Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides. |
|||
|
|
|
|
Patterns of Enterprise Architecture - Martin Fowler |
|||
|
|
|
|
I'm a huge fan of "Holub on Patterns: Learning Design Patterns By Looking At Code." It's a fantastic distillation of the Gang of Four book that is easily applicable to daily development tasks. Unlike some other books on the topic, this book goes over real-world examples and walks you through a series of design decisions that seem sound enough to address the problem, but have absolutely disastrous implications that you might not consider. The book is primarily Java-oriented, but the concepts still apply regardless of language. |
|||
|
|
|
|
The classic Gang of Four book: Design Patterns: Elements of Reusable Object-Oriented Software It's the defining patterns book -- a classic. |
|||
|
|
Head First Design patterns I love this book. Always by my side. |
|||


