Find out how the 23 leading design patterns can save you time and trouble
Ever feel as if you've solved this programming problem before? You -- or someone -- probably did, and that's why there's a design pattern to help this time around. This book shows you how (and when) to use the famous patterns developed by the "Gang of Four," plus some new ones, all designed to make your programming life easier.
Discover how to: * Simplify the programming process with design patterns * Make the most of the Decorator, Factory, and Adapter patterns * Identify which pattern applies * Reduce the amount of code needed for a task * Create your own patterns
The content is on the main programming design patterns by the “Gang of Four”. The examples are given in Java and the writing style is pretty fun and easy to read.
Quick read; nice introduction to design patterns. I wish I'd had this when I was first taking data structures. The yellow cover is embarrassing; I doubt there are many programmers who are sufficiently unencumbered by ego to seek out "a reference for the rest of us!" The hypothetical situation in which the reader is a genius design patterns consultant to an ignorant CEO is irritatingly smug; otherwise this is a great and very readable intro to patterns.
A must-read for everyone interested in knowing everything about design patterns and, for one reason or another, had not studied this matter in college.
The book was easy to read, but hard to apply. The examples it gave were all of non-programming problems. Better examples and more examples would be a big help.
Simple and clear illustrations of design patterns. Extremely useful for beginner software engineers who wish to add this area of knowledge to their programming arsenal.