Book description
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.
0201633612B07092001
Table of contents
- Title Page
- Copyright Page
- Contents
- Addison-Wesley Professional Computing Series
- Praise for Design Patterns: Elements of Reusable Object-Oriented Software
- Preface
- Foreword
- Guide to Readers
- Chapter 1. Introduction
- Chapter 2. A Case Study: Designing a Document Editor
- Design Pattern Catalog
- Appendix A. Glossary
- Appendix B. Guide to Notation
- Appendix C. Foundation Classes
- Bibliography
- Index
Product information
- Title: Design Patterns: Elements of Reusable Object-Oriented Software
- Author(s):
- Release date: October 1994
- Publisher(s): Addison-Wesley Professional
- ISBN: 0201633612
You might also like
book
Clean Architecture: A Craftsman's Guide to Software Structure and Design
Building upon the success of best-sellers The Clean Coder and Clean Code, legendary software craftsman Robert …
book
Head First Design Patterns, 2nd Edition
What will you learn from this book? You know you don't want to reinvent the wheel, …
book
Head First Design Patterns
What’s so special about design patterns? At any given moment, someone struggles with the same software …
book
Clean Code: A Handbook of Agile Software Craftsmanship
Even bad code can function. But if code isn’t clean, it can bring a development organization …