- Swift 2 Design Patterns
- Julien Lange
- 237字
- 2021-07-09 21:25:40
What this book covers
Chapter 1, Creational Patterns, introduces you to the five patterns of a creational pattern category: the prototype, factory method, singleton, abstract factory, and builder patterns.
Chapter 2, Structural Patterns – Decorator, Proxy, and Bridge, introduces you to structural patterns and helps you explore the decorator, proxy, and bridge patterns.
Chapter 3, Structural Patterns – Composite and Flyweight, teaches you how to deal with the structure of multiple objects using the composite and flyweight patterns.
Chapter 4, Structural Patterns – Adapter and Facade, teaches you how to join the two types that were not designed to work with each other together, thanks to the adapter pattern. Then, you'll learn how the facade pattern can help you simplify the interface of a set of complex systems.
Chapter 5, Behavioral Patterns – Strategy, State, and Template Method, introduces you to the behavioral patterns. In this chapter, we will discuss the strategy, state, and template method patterns.
Chapter 6, Behavioral Patterns – Chain of Responsibility and Command, introduces you to two other behavioral patterns that are concerned with passing requests to an appropriate object that will then execute the action.
Chapter 7, Behavioral Patterns – Iterator, Mediator, and Observer, provides a way to implement communication between objects while keeping their independence and anonymity.
Chapter 8, Behavioral Patterns – Visitor, Interpreter, and Memento, concludes with the discovery and implementation of the 23 patterns, as defined by the GoF.
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Production Ready OpenStack:Recipes for Successful Environments
- 你不知道的JavaScript(中卷)
- Java編程技術與項目實戰(第2版)
- 琢石成器:Windows環境下32位匯編語言程序設計
- HTML5入門經典
- C語言程序設計
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- UML基礎與Rose建模實用教程(第三版)
- 計算機程序的構造和解釋(JavaScript版)
- Swift 2 Design Patterns
- Leaflet.js Essentials
- Isomorphic JavaScript Web Development
- HTML 5與CSS 3權威指南(第4版·下冊)
- 算法技術手冊