- 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.
推薦閱讀
- Go語言高效編程:原理、可觀測性與優(yōu)化
- 算法訓練營:入門篇(全彩版)
- 程序員面試算法寶典
- Python自動化運維快速入門
- Learning Network Forensics
- 快速念咒:MySQL入門指南與進階實戰(zhàn)
- C語言程序設計
- Scala程序員面試算法寶典
- Access 2010數(shù)據(jù)庫應用技術(第2版)
- Java編程的邏輯
- Procedural Content Generation for C++ Game Development
- Principles of Strategic Data Science
- TypeScript圖形渲染實戰(zhàn):2D架構設計與實現(xiàn)
- Mastering SciPy
- Web前端開發(fā)技術實踐指導教程