quartz/content/notes/Test driven development.md
2022-04-06 20:43:38 +12:00

6 lines
209 B
Markdown

# Test driven development
tests are developed before the code
are a spec of what the code should do
first they fail ⇒ as you develop, they pass
+ quantifiable progress of code
> tests are not always bug free