Language:
English
繁體中文
Help
圖資館首頁
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Test-driven development in Swiftcomp...
~
Lodi, Gio.
Test-driven development in Swiftcompile better code with XCTest and TDD /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Test-driven development in Swiftby Gio Lodi.
Reminder of title:
compile better code with XCTest and TDD /
Author:
Lodi, Gio.
Published:
Berkeley, CA :Apress :2021.
Description:
xix, 288 p. :ill., digital ;24 cm.
Contained By:
Springer Nature eBook
Subject:
Computer softwareTesting.
Online resource:
https://doi.org/10.1007/978-1-4842-7002-8
ISBN:
9781484270028$q(electronic bk.)
Test-driven development in Swiftcompile better code with XCTest and TDD /
Lodi, Gio.
Test-driven development in Swift
compile better code with XCTest and TDD /[electronic resource] :by Gio Lodi. - Berkeley, CA :Apress :2021. - xix, 288 p. :ill., digital ;24 cm.
Chapter 1: Why TDD? -- Chapter 2: XCTest Introduction -- Chapter 3: Getting Started with TDD -- Chapter 4: TDD in the Real World -- Chapter 5: Changing Tests with Fixtures -- Chapter 6: Testing Static SwiftUI Views -- Chapter 7: Testing Dynamic SwiftUI Views -- Chapter 8: Code Based on Indirect Inputs -- Chapter 9: Testing JSON Decoding -- Chapter 10: Testing Network Code -- Chapter 11: Injecting Dependencies with @EnvironmentObject -- Chapter 12: Testing Side Effects -- Chapter 13: Testing a Conditional View Presentation -- Chapter 14 Fixing Bugs and Changing Existing Code with TDD -- Chapter 15 Keeping Tests Isolated with Fakes and Clear with Dummies -- Chapter 16: Conclusion -- Cheat Sheet -- Appendix A: Where to Go From Here -- Appendix B: Testing with Quick and Nimble -- Appendix C: TDD with UIKit.
Leverage Swift to practice effective and efficient test-driven development (TDD) methodology. Software testing and TDD are evergreen programming concepts-yet Swift developers haven't widely adopted them. What's needed is a clear roadmap to learn and adopt TDD in the Swift world. Over the past years, Apple has invested in XCTest and Xcode's testing infrastructure, making testing a new top priority in their ecosystem. Open-source libraries such as Quick and Nimble have also reached maturity. The tools are there. This book will show you how to wield them. TDD has much more to offer than catching bugs. With this book, you'll learn a philosophy for building software. TDD enables engineers to solve problems incrementally, writing only as much code as necessary. By decomposing big problems into small steps, you can move along at a fast pace, always making visible progress. Participate in the test-driven development journey by building a real iOS application and incorporating new concepts through each chapter. The book's concepts will emerge as you figure out ways to use tests to drive the solutions to the problems of each chapter. Through the TDD of a single application, you'll be introduced to all the staples and advanced concepts of the craft, understand the trade offs each technique offers, and review an iterative process of software development. Test-Driven Development in Swift provides the path for a highly efficient way to make amazing apps. You will: Write tests that are easy to maintain Look after an ever-growing test suite Build a testing vocabulary that can be applied outside the Swift world See how Swift programming enhances the TDD flow seen in dynamic languages Discover how compiler errors can provide the same helpful guidance as failing tests do.
ISBN: 9781484270028$q(electronic bk.)
Standard No.: 10.1007/978-1-4842-7002-8doiSubjects--Topical Terms:
189355
Computer software
--Testing.
LC Class. No.: QA76.76.T48 / L635 2021
Dewey Class. No.: 005.14
Test-driven development in Swiftcompile better code with XCTest and TDD /
LDR
:03645nmm a2200337 a 4500
001
602705
003
DE-He213
005
20210705010855.0
006
m d
007
cr nn 008maaau
008
211112s2021 cau s 0 eng d
020
$a
9781484270028$q(electronic bk.)
020
$a
9781484270011$q(paper)
024
7
$a
10.1007/978-1-4842-7002-8
$2
doi
035
$a
978-1-4842-7002-8
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.76.T48
$b
L635 2021
072
7
$a
UMQ
$2
bicssc
072
7
$a
COM051370
$2
bisacsh
072
7
$a
UMQ
$2
thema
072
7
$a
ULH
$2
thema
082
0 4
$a
005.14
$2
23
090
$a
QA76.76.T48
$b
L823 2021
100
1
$a
Lodi, Gio.
$3
898491
245
1 0
$a
Test-driven development in Swift
$h
[electronic resource] :
$b
compile better code with XCTest and TDD /
$c
by Gio Lodi.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
xix, 288 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: Why TDD? -- Chapter 2: XCTest Introduction -- Chapter 3: Getting Started with TDD -- Chapter 4: TDD in the Real World -- Chapter 5: Changing Tests with Fixtures -- Chapter 6: Testing Static SwiftUI Views -- Chapter 7: Testing Dynamic SwiftUI Views -- Chapter 8: Code Based on Indirect Inputs -- Chapter 9: Testing JSON Decoding -- Chapter 10: Testing Network Code -- Chapter 11: Injecting Dependencies with @EnvironmentObject -- Chapter 12: Testing Side Effects -- Chapter 13: Testing a Conditional View Presentation -- Chapter 14 Fixing Bugs and Changing Existing Code with TDD -- Chapter 15 Keeping Tests Isolated with Fakes and Clear with Dummies -- Chapter 16: Conclusion -- Cheat Sheet -- Appendix A: Where to Go From Here -- Appendix B: Testing with Quick and Nimble -- Appendix C: TDD with UIKit.
520
$a
Leverage Swift to practice effective and efficient test-driven development (TDD) methodology. Software testing and TDD are evergreen programming concepts-yet Swift developers haven't widely adopted them. What's needed is a clear roadmap to learn and adopt TDD in the Swift world. Over the past years, Apple has invested in XCTest and Xcode's testing infrastructure, making testing a new top priority in their ecosystem. Open-source libraries such as Quick and Nimble have also reached maturity. The tools are there. This book will show you how to wield them. TDD has much more to offer than catching bugs. With this book, you'll learn a philosophy for building software. TDD enables engineers to solve problems incrementally, writing only as much code as necessary. By decomposing big problems into small steps, you can move along at a fast pace, always making visible progress. Participate in the test-driven development journey by building a real iOS application and incorporating new concepts through each chapter. The book's concepts will emerge as you figure out ways to use tests to drive the solutions to the problems of each chapter. Through the TDD of a single application, you'll be introduced to all the staples and advanced concepts of the craft, understand the trade offs each technique offers, and review an iterative process of software development. Test-Driven Development in Swift provides the path for a highly efficient way to make amazing apps. You will: Write tests that are easy to maintain Look after an ever-growing test suite Build a testing vocabulary that can be applied outside the Swift world See how Swift programming enhances the TDD flow seen in dynamic languages Discover how compiler errors can provide the same helpful guidance as failing tests do.
650
0
$a
Computer software
$x
Testing.
$3
189355
650
0
$a
Computer software
$x
Development.
$3
184751
650
0
$a
Swift (Computer program language)
$3
719937
650
1 4
$a
Apple and iOS.
$3
761731
710
2
$a
SpringerLink (Online service)
$3
273601
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7002-8
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
ALL
電子館藏
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
000000200355
電子館藏
1圖書
電子書
EB QA76.76.T48 L823 2021 2021
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Multimedia file
https://doi.org/10.1007/978-1-4842-7002-8
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login