- Swift 4 Protocol-Oriented Programming(Third Edition)
- Jon Hoffman
- 324字
- 2021-07-08 09:42:33
What this book covers
Chapter 1, Starting with the Protocol, looks at what protocols are and how they are used in the Swift programming language. We will also examine how the protocol can be used to write very flexible and reusable code.
Chapter 2, Our Type Choices, discusses the different types that Swift offers (structs, classes, enums, and tuples). We will look at several examples of when to use the various types and when not too.
Chapter 3, Extensions, looks at how extensions and protocol extensions are used with the Swift programming language. We will look at examples of how extensions can be used with protocol-oriented programming.
Chapter 4, Generics, Apple has stated that Generics is one of the most powerful features of Swift and this chapter will show how powerful Generics is. We will look at how to use Generics to make very flexible types, and also how to implement the Copy-on-Write feature for our custom types.
Chapter 5, Object-Oriented Programming, examines how we would develop characters for a video game, taking an object-oriented approach. In order to really appreciate the ideas behind protocol-oriented programming, we need to understand the problems it is designed to solve. We will then look at the drawbacks with this design.
Chapter 6, Protocol-Oriented Programming, develops the same video game characters from chapter 5, but this time we will take a protocol-oriented approach to the design. We will then compare the object-oriented approach and the protocol-oriented approach to see the advantages that the protocol-oriented approach offers.
Chapter 7, Adopting Design Patterns in Swift, looks at implementing several design patterns using protocol-oriented programming. For each of the design patterns, we will look at the problem they are designed to solve and how to implement the pattern.
Chapter 8, Case Studies, explores two case studies. This chapter is designed to pull everything from the first six chapters together to show the reader how to use protocol-oriented programming in real-world situations.
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Spring Cloud Alibaba微服務架構設計與開發實戰
- 前端架構:從入門到微前端
- Expert Android Programming
- 實戰Java高并發程序設計(第3版)
- C++面向對象程序設計習題解答與上機指導(第三版)
- Swift Playgrounds少兒趣編程
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Spring+Spring MVC+MyBatis從零開始學
- C++從入門到精通(第6版)
- ASP.NET 4.0 Web程序設計
- Secret Recipes of the Python Ninja
- 視窗軟件設計和開發自動化:可視化D++語言
- Android 5從入門到精通
- Instant AppFog