mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-23 21:04:07 -06:00
209 B
209 B
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