A “Wordle” on Test Driven Development in Vue.js - Test Driven Development
Lessons
- What is TDD and how it helps us write better software? 4:05
- Different types of tests 8:44
- Preparing your environment 10:46
- Our first Red 11:47
- Refactor via extractions 10:59
- Defining the rules for Word of the day 12:45
- Tests as documentation 13:16
- Handling Player Input 13:25
- Fixing bugs and writing regression tests 8:43
- Flexible tests and the freedom to change code 10:06
- Allowing players to make multiple guesses 9:37
- Displaying all guesses 8:44
- Disabling controls when the game is over 5:18
- Let’s add a bit more styling 4:48
- Providing hints after each submission - Part 1 9:40
- Providing hints after each submission - Part 2 10:50
- Visual Regression Tests 9:38
- Course Conclusion 2:21