Test-driven iOS development with Swift 4: write Swift code that is maintainable, flexible, and easily extensible
โ Scribed by Hauser, Dominik
- Publisher
- Packt Publishing
- Year
- 2017
- Tongue
- English
- Edition
- Third edition
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Use test-driven approach to develop highly-functional iOS apps with Swift 4 and Xcode 9
About This Book
Who This Book Is For
To get the most out of this book, you will need some prior experience with Swift application development. You may have already heard about Test-Driven Development (TDD) but you don't need any prior experience of applying it to Swift applications.
What You Will Learn
โฆ Subjects
Application software;Swift (Computer program language);iOS (Electronic resource)
๐ SIMILAR VOLUMES
<p><span>Build robust applications using TDD with Swift 5.5 and become a TDD expert by writing tests for view controller, views, network code, and even SwiftUI view</span></p><h4><span>Key Features</span></h4><ul><li><span><span>Build a complete iOS app using test-driven development</span></span></l
<p><span>Build robust applications using TDD with Swift 5.5 and become a TDD expert by writing tests for view controller, views, network code, and even SwiftUI view</span></p><h4><span>Key Features</span></h4><ul><li><span><span>Build a complete iOS app using test-driven development</span></span></l
<p><b>Write testable and maintainable code to develop highly-functional iOS apps</b><p><b>About This Book</b><p><li>Learn test-driven principles to help you build apps with fewer bugs and better designs<li>Become more efficient while working with Swift to move on to your next project faster!<li>Impl
Put into motion practical examples to master Test-Driven Development (TDD) and acceptance testing in Swift. This book uses a pragmatic approach to writing well-tested code and provides techniques that can be used to retrofit tests to legacy code bases. You'll be introduced to basic principles of