- 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.
- 大話PLC(輕松動漫版)
- C#編程入門指南(上下冊)
- Instant Zepto.js
- Apache Mesos Essentials
- ASP.NET程序設計教程
- Hands-On Neural Network Programming with C#
- C語言程序設計習題與實驗指導
- 機器學習微積分一本通(Python版)
- 視窗軟件設計和開發(fā)自動化:可視化D++語言
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)
- Building an E-Commerce Application with MEAN
- 深入理解C++11:C++11新特性解析與應用
- Head First Go語言程序設計
- Visual FoxPro程序設計教程(第3版)
- 自然語言處理NLP從入門到項目實戰(zhàn):Python語言實現(xiàn)