June 2023
Intermediate to advanced
250 pages
4h 40m
English
This chapter introduces the Red-Green-Refactor workflow, which is at the heart of Test-Driven Development (TDD). You’ll use it to write a first Svelte component, including a unit-test suite that specifies the behavior of the component.
This workflow benefits you because it provides a structure for implementing software. It makes it less likely that you’ll implement the wrong thing. It also helps you to avoid overcomplicating solutions.
This chapter covers the following topics:
By the end of the chapter, you’ll have written your ...
Read now
Unlock full access