語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Test-driven development in Swift = c...
~
Lodi, Gio.
FindBook
Google Book
Amazon
博客來
Test-driven development in Swift = compile better code with XCTest and TDD /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Test-driven development in Swift/ by Gio Lodi.
其他題名:
compile better code with XCTest and TDD /
作者:
Lodi, Gio.
出版者:
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.
Contained By:
Springer Nature eBook
標題:
Computer software - Testing. -
電子資源:
https://doi.org/10.1007/978-1-4842-7002-8
ISBN:
9781484270028
Test-driven development in Swift = compile 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
Standard No.: 10.1007/978-1-4842-7002-8doiSubjects--Topical Terms:
570748
Computer software
--Testing.
LC Class. No.: QA76.76.T48 / L635 2021
Dewey Class. No.: 005.14
Test-driven development in Swift = compile better code with XCTest and TDD /
LDR
:03645nmm a2200337 a 4500
001
2245047
003
DE-He213
005
20210705010855.0
006
m d
007
cr nn 008maaau
008
211207s2021 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
3506458
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
570748
650
0
$a
Computer software
$x
Development.
$3
542671
650
0
$a
Swift (Computer program language)
$3
2145958
650
1 4
$a
Apple and iOS.
$3
3167047
710
2
$a
SpringerLink (Online service)
$3
836513
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)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9406093
電子資源
11.線上閱覽_V
電子書
EB QA76.76.T48 L635 2021
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入