Design patterns : elements of reusable object-oriented software
Four software designers present a catalog of simple and succinct solutions to commonly occurring design problems, using Smalltalk and C++ in example code. 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 go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems.--From publisher description
xv, 395 pages : illustrations ; 25 cm
9780201633610, 9789332555402, 0201633612, 9332555400
31171684
Introduction : What is a design pattern? : Design patterns in Smalltalk MVC ; Describing design patterns ; The catalog of design patterns ; Organizing the catalog ; How design patterns solve design problems ; How to select a design pattern ; How to use a design pattern
A case study: designing a document editor : Design problems ; Document structure ; Formatting ; Embellishing the user interface ; Supporting multiple look-and-feel standards ; Supporting multiple window systems ; User operations ; Spelling checking and hyphenation ; Summary
Design pattern catalog : Creational patterns : Abstract factory ; Builder ; Factory method ; Prototype ; Singleton ; Discussion of creational patterns
Structural pattern : Adapter ; Bridge ; Composite ; Decorator ; Facade ; Flyweight ; Proxy ; Discussion of structural patterns
Behavioral patterns : Chain of responsibility ; Command ; Interpreter ; Iterator ; Mediator ; Memento ; Observer ; State ; Strategy ; Template method ; Visitor ; Discussion of behavioral patterns
Conclusion : What to expect from design patterns ; A brief history ; The pattern community ; An invitation ; A parting thought
A. Glossary
B. Guide to notation : Class diagram ; Object diagram ; Interaction diagram
C. Foundation classes : List ; Iterator ; ListIterator ; Point ; Rect