- 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 Java Functional Programming
- Redis Applied Design Patterns
- Learning Spring 5.0
- Java 9 Programming Blueprints
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Hands-On Microservices with Kotlin
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Access 2010數據庫應用技術(第2版)
- SQL 經典實例
- Python趣味編程與精彩實例
- Java EE程序設計與開發實踐教程
- 前端架構設計
- 讀故事學編程:Python王國歷險記
- ASP.NET Core 2 High Performance(Second Edition)
- Kotlin入門與實戰