First published in 1995, this landmark work on object-oriented software design presents a catalog of simple and succinct solutions to common design problems. Created by four experienced designers, the 23 patterns contained herein have become an essential resource for anyone developing reusable objec
Design Patterns CD. Elements of reusable object-oriented software
β Scribed by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides
- Book ID
- 127434576
- Publisher
- Addison-Wesley Professional
- Year
- 1998
- Tongue
- English
- Weight
- 4 MB
- Series
- Professional Computing
- Edition
- Cdr
- Category
- Library
- ISBN
- 0201634988
No coin nor oath required. For personal study only.
β¦ Synopsis
Design Patterns is a modern classic in the literature of object-oriented development, offering timeless and elegant solutions to common problems in software design. It describes patterns for managing object creation, composing objects into larger structures, and coordinating control flow between objects. The book provides numerous examples where using composition rather than inheritance can improve the reusability and flexibility of code. Note, though, that it's not a tutorial but a catalog that you can use to find an object-oriented design pattern that's appropriate for the needs of your particular application - a selection for virtuoso programmers who appreciate (or require) consistent, well-engineered object-oriented designs.
π SIMILAR VOLUMES
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 ultimatel
This paper shows that one can reason at a meta level about the structure of object-oriented source code in a language-independent way. To achieve this, we propose a language-independent meta-level interface to extract complex information about the structure of the source code. This approach is valid