ISBN0201633612

Search:
For:   
Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)

Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series) 4.50 of 5 stars

  • Author(s)  Erich Gamma,  Richard Helm,  Ralph Johnson,  John M. Vlissides,  
  • Binding  Hardcover
  • ISBN  0201633612
  • ISBN-13  9780201633610
  • Publisher  Addison-Wesley Professional
  • Release Date  11/10/1994
  • UPC  785342633610
What's this?

User Opinions

Fundamentals of software design
12/25/20075.00 of 5 stars
Contents of Disign Patterns are more and more classical in software engineering. The work is unaguable the basis which lead to a growth of design patterns. This particular issue is a high-quaulity hardcover on heavy paper, and good print. Its an issue for all who like to have a personal library of important book in superior quality. Well useful are the two bookmarks available in the robust binding.
Great Tools
1/7/20085.00 of 5 stars
This is a great book on design patterns. Not only does it cover the theory of what each pattern is and it's respective use. It also gives very concrete examples of the proper use of each pattern in C++. I highly reccomend this to any serious programmer.
A missing link in learning to program
3/8/20085.00 of 5 stars
Most of the books I have read about object oriented programming were about some specific language and failed to provide a more general way to think about solving problems without writing a lot of code. This book was a missing link for me and I wish I had read it sooner. The authors provide you with elegant ways to use object oriented language features to simplify your programming solutions.

When the specs on your project change and you have to re-factor your code, you may be able to use a design pattern from this book to simplify your solution and make your design more flexible with regard to the parts of the spec that are changing quickly.
very attractive cover
5/5/20085.00 of 5 stars
unlike the last pattern book i reviewed (see my other reviews), this one has an attractive cover. i like blue.

The Absolute Classic Reference to Software Design Patterns
5/27/20085.00 of 5 stars
This book doesn't contain any Java hacks or UML 2.0 up to date notations, it contains the core concepts of software design patterns. The 23 GoF Patterns are described by their four inventors. A must have for software engineers.