quartz/content/notes/test-driven-development.md
2022-04-07 00:54:31 +12:00

247 B

title tags
test-driven-development
cosc202

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