- Test-Driven iOS Development with Swift 4(Third Edition)
- Dr. Dominik Hauser
- 155字
- 2021-07-02 15:39:35
Preface
iOS projects have become bigger and more complex. Many projects have already surpassed desktop applications in their complexity. One important strategy to manage this complexity is through the use of unit tests. By writing tests, a developer can point out the intention of the code and provide a safety net against the introduction of bugs.
By writing tests first (test-driven development), the developer focuses on the problem. This way, they are forced to think about the domain and rephrase a feature request using their own understanding by writing the test. In addition to this, applications are written using TDD only containing code that is necessary to solve the problem.
As a result, the code is clearer, and the developer gains more confidence that the code actually works.
In this book, you will develop an entire iOS app using TDD. You will experience different strategies for writing tests for models, view controller, and networking code.
- Learning Scala Programming
- VMware View Security Essentials
- LabVIEW 2018 虛擬儀器程序設計
- Visual Basic程序開發(學習筆記)
- Pandas Cookbook
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Mastering QGIS
- JavaScript Unlocked
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- 算法大爆炸:面試通關步步為營
- ASP.NET Core 2 and Vue.js
- Learn Swift by Building Applications
- 深入淺出DPDK
- JavaScript by Example
- Java應用開發技術實例教程