Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Ralph Johnson, Richard Helm, John M. Vlissides, Grady Booch (Designed by)

BUY IT NEW

  • $59.99 List price
  • $46.19 Online price (Save 23%)
  • $41.57 Member price
  • Join Now
  • skip to cart
  • Add To List uiAction=GetAllLists&page=List&pageType=list&ean=9780201633610&productCode=BK&maxCount=100&threshold=3

Usually ships within 24 hours

FIND & RESERVE AN IN-STORE COPY

Enter a zip code

(Hardcover)

 
  • Overview
  • Editorial Reviews
  • Customer Reviews
  • Features
  • Full Product Details

Synopsis

Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a catalog of simple and succinct solutions to commonly occurring design problems. Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.

The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently.

Each pattern describes the circumstances in which it is applicable, when it can be applied in view of other design constraints, and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like C++ or Smalltalk.

Annotation

If you're looking for a book which will introduce you to object-oriented design (OOD), look elsewhere: this beautifully-written book is something quite different, a book of design patterns which prescribe simple solutions to the problems programmers face in object-oriented software design. This book will change the way you think about OOD with its clear text and examples so elegant that you'll kick yourself for not thinking of them yourself. With these insightful examples to learn from, you'll be able to make your own software more reusable, portable and understandable by learning how to use patterns to solve specific design problems. The authors liken Design Patterns to an architect's pattern book, filled with designs which have stood the test of time in decades of OO programming along with explanations of where each pattern could and should be used and the pros and cons of using the particular pattern in a larger design. Patterns include code for implementation in object-oriented languages like C++ and Smalltalk. This is the OO programmer's Bible, don't miss it.

Booknews

A catalog of solutions to commonly occurring design problems, presenting 23 patterns that allow designers to create flexible and reusable designs for object-oriented software. Describes the circumstances in which each pattern is applicable, and discusses the consequences and trade-offs of using the pattern within a larger design. Patterns are compiled from real systems, and include code for implementation in object-oriented programming languages like C++ and Smalltalk. Includes a bibliography. Annotation c. Book News, Inc., Portland, OR (booknews.com)

More Reviews and Recommendations

Biography

The authors are all renowned in the object-oriented software field.

Dr. Erich Gamma is a Software Engineer at Taligent, Inc., Cupertino, California.

Dr. Richard Helm is Senior Technology Consultant with DMR Group, Montreal, Canada.

Dr. Ralph Johnson is a faculty member at the University of Illinois at Urbana-Champaign's Computer Science Department.

Dr. John Vlissides conducts his research at IBM's Thomas J. Watson Research Center in Hawthorne, New York.

Customer Reviews

  • Reader Rating:
  • Ratings: 4Reviews: 2

excelent first book on design patternsby Anonymous

Reader Rating:
See Detailed Ratings

January 26, 2002: In a nutshell, if you've never had a design patterns book before, this is a great start. It is admitadly an introduction to the topic. I desire more knowledge of real-time design patterns which this book does not specify, but this book gives one the firm grounding required to move onto other, more complex topics such as real-time design patterns.

A wonderful reference.by Anonymous

Reader Rating:
See Detailed Ratings

January 29, 2001: This is the sort of book that you browse, put on a shelf and forget about for half a year. Then you come on a really tough problem, pull it down and save yourself many, many hours of trial and error.