- 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.
推薦閱讀
- Instant Testing with CasperJS
- Java Web及其框架技術(shù)
- 基于免疫進(jìn)化的算法及應(yīng)用研究
- Mastering Python High Performance
- HTML5+CSS3網(wǎng)頁(yè)設(shè)計(jì)
- Python深度學(xué)習(xí):基于TensorFlow
- Vue.js 2 Web Development Projects
- Modern C++ Programming Cookbook
- Python大學(xué)實(shí)用教程
- SciPy Recipes
- OpenCV Android開(kāi)發(fā)實(shí)戰(zhàn)
- Application Development with Swift
- 計(jì)算機(jī)組裝與維護(hù)(第二版)
- Selenium WebDriver Practical Guide
- MATLAB 2020 GUI程序設(shè)計(jì)從入門(mén)到精通