- Mastering React Test:Driven Development
- Daniel Irvine
- 112字
- 2021-06-24 14:45:06
Summary
One of the many wonderful things about test-driven development is that it’s teachable. Tests act like a safety harness in our learning: we can build little blocks of understanding, building on top of each other, up and up to ever-greater heights, without fear of falling.
In this chapter, you've learned a lot of the test-driven development experience: the red-green-refactor cycle, triangulation, and Arrange, Act, Assert. You've also learned some design principles such as DRY and YAGNI.
While this is a great start, the journey has only just begun. Coming up next, we'll look at test-driving React forms and building complex user interface designs with our tests acting as scaffold.
推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- 樂(lè)學(xué)Web編程:網(wǎng)站制作不神秘
- Instant Zepto.js
- Python網(wǎng)絡(luò)爬蟲(chóng)從入門到實(shí)踐(第2版)
- SQL語(yǔ)言從入門到精通
- Learning Python Design Patterns(Second Edition)
- 網(wǎng)店設(shè)計(jì)看這本就夠了
- HTML5+CSS3網(wǎng)站設(shè)計(jì)基礎(chǔ)教程
- WebRTC技術(shù)詳解:從0到1構(gòu)建多人視頻會(huì)議系統(tǒng)
- Mastering React
- Scala for Machine Learning(Second Edition)
- Julia 1.0 Programming Complete Reference Guide
- Principles of Strategic Data Science
- Scala Functional Programming Patterns