- 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.
- Mastering JavaScript Object-Oriented Programming
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- MATLAB圖像處理超級學習手冊
- Building Cross-Platform Desktop Applications with Electron
- 零基礎輕松學SQL Server 2016
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Mastering openFrameworks:Creative Coding Demystified
- Creating Stunning Dashboards with QlikView
- Mastering React
- GameMaker Essentials
- 零基礎學Python編程(少兒趣味版)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- PHP+MySQL Web應用開發教程
- WCF編程(第2版)
- 新手學ASP.NET 3.5網絡開發