- Swift 2 Design Patterns
- Julien Lange
- 137字
- 2021-07-09 21:25:40
Preface
This book will help you understand when and how to implement the 23 patterns, as described by the gang of four (GoF), with the new language provided by Apple: Swift.
The main idea behind this book is to make it a reference book for implementing a specific pattern. This is the reason why I have divided this book into three categories: creational, structural, and behavioral patterns. For each category, you will find a chapter with a common structure: roles, a UML class diagram, participants, collaboration, illustration, and implementation with Swift.
This structure is an easy way to find the answers that you may ask yourself. In this book, I will first introduce you to the five creational patterns, followed by seven structural patterns, and then conclude with the eleven behavioral patterns, as defined by the GoF.
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Android Studio Essentials
- Production Ready OpenStack:Recipes for Successful Environments
- Scratch真好玩:教小孩學編程
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Oracle Exadata專家手冊
- C語言程序設計
- Web前端應用開發技術
- OpenCV with Python Blueprints
- C++從入門到精通(第6版)
- Julia High Performance(Second Edition)
- Arduino電子設計實戰指南:零基礎篇
- Hands-On Dependency Injection in Go
- Java服務端研發知識圖譜
- C語言從入門到精通(視頻實戰版)