- 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.
- INSTANT Mock Testing with PowerMock
- R語言經典實例(原書第2版)
- Learning Docker
- Python貝葉斯分析(第2版)
- Hands-On Microservices with Kotlin
- Oracle JDeveloper 11gR2 Cookbook
- 前端HTML+CSS修煉之道(視頻同步+直播)
- CoffeeScript Application Development Cookbook
- MySQL入門很輕松(微課超值版)
- Web性能實戰
- Tableau Desktop可視化高級應用
- 原型設計:打造成功產品的實用方法及實踐
- Dart:Scalable Application Development
- The Applied Data Science Workshop
- C++從零開始學(視頻教學版)(第2版)