quartz/content/out/notes/test-driven-development.md
2022-04-06 19:48:06 +12:00

248 B

title
Test driven development

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