- Swift High Performance
- Kostiantyn Koval
- 88字
- 2021-08-05 16:36:24
Chapter 2. Making a Good Application Architecture in Swift
Swift is a high-performance programming language, as you learned in the previous chapter. You also learned that writing good code is even more important than making it high-performance code. In this chapter, we will put the all-powerful features of Swift together and create an application. We will do this by covering the following topics:
- Writing clean code
- Immutability
- Value types and immutability
- Representing the state with classes
- Representing the absence of values with optionals
- Functional programming
- Generics
推薦閱讀
- Flask Web全棧開發實戰
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Mastering QGIS
- Learning RabbitMQ
- Learning Elixir
- Programming ArcGIS 10.1 with Python Cookbook
- OpenNI Cookbook
- Magento 1.8 Development Cookbook
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Learning Concurrency in Python
- Functional Python Programming
- 軟件測試(慕課版)
- C語言編程魔法書:基于C11標準
- Managing Windows Servers with Chef