- Test-Driven iOS Development with Swift
- Dr. Dominik Hauser
- 157字
- 2021-07-16 09:45:48
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 the 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 written using Test-Driven Development (TDD) only contain code that is needed 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 of writing tests for models, View Controller, and networking code.
- 黑客攻防從入門到精通(實戰秘笈版)
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Machine Learning with R Cookbook(Second Edition)
- The Computer Vision Workshop
- Troubleshooting PostgreSQL
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- SSM輕量級框架應用實戰
- Visual Basic程序設計教程
- Unity 2017 Mobile Game Development
- C#開發案例精粹
- Practical GIS
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據
- Instant GLEW
- iOS Development with Xamarin Cookbook
- 計算機應用基礎