What are your favorite ones?
|
26
|
|
|
|
|
|
Head First Design patterns I love this book. Always by my side. |
|||
|
|
The classic Gang of Four book: Design Patterns: Elements of Reusable Object-Oriented Software It's the defining patterns book -- a classic. |
|||
|
|
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. |
|||
|
|
|
|
Patterns of Enterprise Architecture - Martin Fowler |
|||
|
|
|
|
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. |
|||
|
|
|
|
The Gang of Four book is always a great reference. |
|||
|
|
|
|
I really liked Refactoring to Patterns for its "before and after" approach to using patterns to solve problems. |
|||
|
|
|
|
Undoutedly 'Head First Design Patterns'. Hey, it got a Jolt award too. I really liked 'Design Patterns in Ruby' too. |
|||
|
|
|
|
I like the pattern-oriented software architecture (POSA) series. http://www.amazon.com/Pattern-Oriented-Software-Architecture-System-Patterns/dp/0471958697 |
|||
|
|
|
|
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 |
|||
|
|
|
|
Head First Design Patterns. If you want an illustrative book around patterns, you can't go wrong! |
||||
|
|
|
A thought for the day: a design pattern is a solution for a problem your environment is forcing upon you |
|||
|
|
|
|
I'll vote up the Head First Design Patterns book, but I just wanted to add... This is a wonderful, funny and educative book that made me think about Object Oriented programming in a whole new way. You can tell it's going to be a good book early one, where a picture of a tiger is accompanied with the caption
Between the people that wrote that and Charles Petzold you could interest anyone in programming... |
|||
|
|
|
|
Enterprise Integration Patterns is invaluable for being able to intelligently discuss asynchronous messaging architectures. Not written by Martin Fowler, but part of his "Signature Series". |
|||
|
|
|
|
Refactoring to Patterns is a good book once you have become familiar with patterns. |
|||
|
|
|
|
Head First Design patterns! I love it explain the concept of the pattern in a visual and funny way that help me understand it a lot better. |
|||
|
|
|
|
This one is more oriented to PHP but it's very good and talks something about design patterns: PHP 5 Objects, Patterns, and Practice by Matt Zandstra |
|||
|
|
|
|
I'm currently reading APPLYING UML AND PATTERNS. Quite a good book for starting to learn about Unified Process and to get an introduction about design patterns. |
|||
|
|
|
|
Head First Design Patterns definately. Really is a well-written way to get one's head into the concepts. |
|||
|
|
|
|
I would recommend Refactoring: Improving The Design Of Existing Code by Martin Fowler, a really pleasant and useful book which has a soothing, reassuring quality. It makes code fold and unfold in front of you as it was the simplest thing in the world, and lets you see the light through the tangled fabric of the thousands of lines of spaghetti code you are struggling with every single day. The refactoring patterns help a lot in understanding anti-patterns and design patterns. |
|||
|
|
I'd have to agree with Head First Design Patterns being the best one to read. It's witty, entertaining and informative. It made learning design patterns fun and easy. The GoF book, of course, is the ur-text, but it was difficult for me to read and easy book for me to put down. So, if you're interested in learning many (but not all) the GoF patterns without the tedium, I'd recommend Head First Design Patterns. Patterns of Enterprise Application Architecture is another great book on patterns. It's very informative and easier to read than the GoF book, though much more serious than the Head First book. |
|||
|
|
|
|
The K&R C book. |
||||
|
|
|
I recommend reading Christopher Alexander's A Pattern Language: Towns, Buildings, Construction first. After that, many of the software patterns books mentioned above are fine, but you need to understand that software patterns have to fit the environment well, and cannot just be shoehorned in. Because of this, a book can only go so far. A book can't look at your system and see where the patterns fit to resolve the system of forces made up by the requirements. The patterns books can only open your eyes and provide examples you may not have thought of - they can't really provide solutions. |
|||
|
|
|
|
It has been a while since I read it but I did like Design Patterns for Object-Oriented Software Development by Wolfgang Pree |
|||
|
|
|
|
Since no one has mentioned it, I'll throw in my lot with Design Patterns in C#. It covers the same patterns as the GoF book, and uses a consistent set of examples. Most of all, though, it has questions at the end of each chapter, and answers in the back. Take these tests seriously, and you'll "get it." (You'll also learn a few surprising nuances about C#.) |
|||
|
|
|
|
C# 3.0 Design Patterns is really good if you're looking for something .NET-related. It's short and to the point, with lots of examples. It also makes use of the new C# 3.0 features and LINQ. |
|||
|
|
|
|
Although it is not exclusively a design pattern book, I would like to recommend Working Efficiently With Legacy Code. An excellent book for trying to make a legacy code base manageable. It is very well written with code examples in C, C++, Java and C#. |
|||
|
|
|
|
This is not a book, but I like it because it available for free on the web. Bob Tarr's CMSC446 Introduction To Design Patterns. http://userpages.umbc.edu/~tarr/dp/spr06/cs446.html Scroll down to "Lecture Notes". |
|||
|
|
|
|
If you are doing programming that involves networking or multithreading, I found Pattern-Oriented Software Architecture Volume 2: Patterns for Concurrent and Networked Objects to be very useful. Lots of good patterns in there to separate out the tricky asynchronous behaviour of concurrency from the rest of the application logic. |
|||
|
|


