vote up 22 vote down star
27
show 1 more comment

43 Answers

prev 1 2
vote up 0 vote down

A thought for the day: a design pattern is a solution for a problem your environment is forcing upon you

link|flag
vote up 0 vote down

Head First Design Patterns. If you want an illustrative book around patterns, you can't go wrong!

link|flag
1  
why not vote up, if you have nothing to actually contribute to this answer? – DevelopingChris Sep 19 '08 at 20:22
vote up 5 vote down

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.

alt text

Eric Evans' Domain Driven Design is also very good.

alt text

Finally, Pattern Languages of Program Design

link|flag
vote up 4 vote down

I like the pattern-oriented software architecture (POSA) series.

http://www.amazon.com/Pattern-Oriented-Software-Architecture-System-Patterns/dp/0471958697

link|flag
vote up 0 vote down

Undoutedly 'Head First Design Patterns'. Hey, it got a Jolt award too.

I really liked 'Design Patterns in Ruby' too.

link|flag
vote up 3 vote down

I really liked Refactoring to Patterns for its "before and after" approach to using patterns to solve problems.

link|flag
vote up 0 vote down

The Gang of Four book is always a great reference.

link|flag
vote up 3 vote down

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.

link|flag
vote up 4 vote down

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.

link|flag
vote up 45 vote down

The classic Gang of Four book:

Design Patterns: Elements of Reusable Object-Oriented Software

It's the defining patterns book -- a classic.

link|flag
show 2 more comments
vote up 0 vote down

Design Patterns in Ruby

link|flag
vote up 60 vote down

Head First Design patterns I love this book. Always by my side.

link|flag
show 6 more comments
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.