๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

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

โฌ‡  Acquire This Volume

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

  • A practical guide to writing effective, organized, and clean code that works well
  • Learn test-driven principles to help you build better-designed apps with fewer bugs
  • A comprehensive overview of the techniques available for TDD in Swift

    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

  • Implement TDD in Swift application development
  • Find bugs before you enter code using the TDD approach
  • Use TDD to build models, view controllers, and views
  • Test network code with asynchronous tests and stubs
  • Write code that is a joy to read and maintain
  • Develop functional tests to ensure the app...
  • โœฆ Subjects


    Application software;Swift (Computer program language);iOS (Electronic resource)


    ๐Ÿ“œ SIMILAR VOLUMES


    Test-Driven iOS Development with Swift:
    โœ Dr. Dominik Hauser ๐Ÿ“‚ Library ๐Ÿ“… 2022 ๐Ÿ› Packt Publishing ๐ŸŒ English

    <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

    Test-Driven iOS Development with Swift:
    โœ Dr. Dominik Hauser ๐Ÿ“‚ Library ๐Ÿ“… 2022 ๐Ÿ› Packt Publishing ๐ŸŒ English

    <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

    Test-driven iOS development with Swift 3
    โœ Hauser, Dominik ๐Ÿ“‚ Library ๐Ÿ“… 2016 ๐Ÿ› Packt Publishing ๐ŸŒ English

    <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

    iOS Code Testing: Test-Driven Developmen
    โœ Abhishek Mishra ๐Ÿ“‚ Library ๐Ÿ“… 2017 ๐Ÿ› Apress ๐ŸŒ English

    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