![]()
内容推荐 你清楚自己不想重新发明轮子,所以才要学习设计模式——那些曾经面临同样软件设计问题的人们学到的教训。借助设计模式,你可以利用他人的最佳实践和经验,将时间花在更具挑战性、更富有乐趣的事情上。本书向你展示了重要的模式、模式的使用时机和缘由、如何将其应用于你自己的设计中及其所基于的面向对象设计原则。成千上万的开发人员通过《深入浅出设计模式》提高了自身的面向对象设计技能,加入他们的行列吧。 作者简介 伊丽莎白·罗布森(Elisabeth Robson),软件工程师、作者、培训师。获得耶鲁大学计算机科学硕士学位。在校期间就对技术产生了浓厚的兴趣,并设计了一款可视化并行编程语言和软件架构。 从职业生涯早期,她就致力于互联网领域的工作,与人一起打造了获奖网站The Ada Project。该网站首开先河,致力于帮助计算机领域的女性寻找工作和志同道合者。 当前,作为致力于传播web技术的在线教育公司WickedlySmart的联合创始人,她负责图书、文章和视频等制作工作。Elisabeth曾担任O'Reilly Media的特殊项目主管,负责创办涉及各种技术主题的体验工作坊和在线课程,从此对技术培训产生了浓厚的兴趣。在此之前,Elisabeth就职于华特迪士尼公司,主要负责数字媒体的研发工作。 闲暇之余,Elisabeth要么投身于大自然,带着摄像机去徒步旅行、骑自行车或划皮划艇;要么在家烹制素食大餐。 目录 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 |