设计式样傻瓜书 Design Patterns For Dummies

分類: 图书,进口原版书,科学与技术 Science & Techology ,
作者: Steve, Ph.D. Holzner著
出 版 社: 吉林长白山
出版时间: 1995-12-1字数:版次: 1页数: 307印刷时间: 2006/12/01开本:印次:纸张: 胶版纸I S B N : 9780471798545包装: 平装编辑推荐
作者简介:
Steve Holzner is the award-winning author of 100 books on computing. He’s a former contributing editor for PC Magazine, and has been on the faculty of Cornell University and MIT. In addition to his busy writing schedule, he gives programming classes to corporate programmers around the country and runs his own training company, which you can find at http://www.onsiteglobal.com/.
内容简介
Ever feel as if you've solved this programming problem before? You -- or someone -- probably did, and that's why there's a design pattern to help this time around. This book shows you how (and when) to use the famous patterns developed by the "Gang of Four," plus some new ones, all designed to make your programming life easier.
Discover how to:
* Simplify the programming process with design patterns
* Make the most of the Decorator, Factory, and Adapter patterns
* Identify which pattern applies
* Reduce the amount of code needed for a task
* Create your own patterns
目录
Introduction
Part I: Getting to Know Patterns
Chapter 1: Congratulations, Your Problem Has Already Been Solved
Chapter 2: Putting Plans into Action with the Strategy Pattern
Chapter 3: Creating and Extending Objects with the Decorator and Factory Patterns
Chapter 4: Watch What’s Going On with the Observer and Chain of Responsibility Patterns
Chapter 5: From One to Many: The Singleton and Flyweight Patterns
Part II: Becoming an OOP Master
Chapter 6: Fitting Round Pegs into Square Holes with the Adapter and Facade Patterns
Chapter 7: Mass Producing Objects with the Template Method and Builder Patterns
Chapter 8: Handling Collections with the Iterator and Composite Patterns
Chapter 9: Getting Control of Your Objects with the State and Proxy Patterns
Chapter 10: Coordinating Your Objects with the Command and Mediator Patterns
Part III: The Part of Tens
Chapter 11: Ten More Design Patterns
Chapter 12: Ten Easy Steps to Create Your Own Patterns
Index