mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
18 lines
274 B
Markdown
18 lines
274 B
Markdown
---
|
|
title: "test-driven-development"
|
|
tags:
|
|
- cosc202
|
|
---
|
|
|
|
# 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
|