- 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.
- FuelPHP Application Development Blueprints
- Reporting with Visual Studio and Crystal Reports
- Hands-On Image Processing with Python
- Rust編程從入門到實戰
- Ext JS Data-driven Application Design
- C語言從入門到精通(第4版)
- 精通Scrapy網絡爬蟲
- 精通網絡視頻核心開發技術
- 深入淺出PostgreSQL
- PHP+Ajax+jQuery網站開發項目式教程
- Hands-On GUI Programming with C++ and Qt5
- Managing Microsoft Hybrid Clouds
- Xcode 6 Essentials
- IoT Projects with Bluetooth Low Energy
- 高效使用Greenplum:入門、進階與數據中臺