当前位置:网站首页>推荐书籍 > 正文 >>

深入浅出设计模式 第2版(影印版)

图书信息

作者:(美)埃里克·弗里曼,(美)伊丽莎白·罗布森著

出版社:东南大学出版社

定价:198.00

ISBN:9787564199715

出版时间:2022-03-01

分类:图书,行业职业,计算机,编程语言

商品介绍

目录

Intro

1 Welcome to Design Patterns: intro to Design Patterns

2 Keeping your Objects in the Know: the Observer Pattern

3 Decorating Objects: the Decorator Pattern

4 Baking with OO Goodness: the Factory Pattern

5 One-of-a-Kind Objects: the Singleton Pattern

6 Encapsulating Invocation: the Command Pattern

7 Being Adaptive: the Adapter and Facade Patterns

8 Encapsulating Algorithms: the Template Method Pattern

9 Well-Managed Collections: the Iterator and Composite Patterns

10 The State of Things: the State Pattern

11 Controlling Object Access: the Proxy Pattern

12 Patterns of Patterns: compound patterns

13 Patterns in the Real World: better living with patterns

14 Appendix: Leftover Patterns

内容简介

你清楚自己不想重新发明轮子,所以才要学习设计模式——那些曾经面临同样软件设计问题的人们学到的教训。借助设计模式,你可以利用他人的很好实践和经验,将时间花在更具挑战性、更富有乐趣的事情上。本书向你展示了重要的模式、模式的使用时机和缘由、如何将其应用于你自己的设计中及其所基于的面向对象设计原则。成千上万的开发人员通过《深入浅出设计模式》提高了自身的面向对象设计技能,加入他们的行列吧。

推荐书籍