5. 罢顿顿の考案者
Kent Beck の説明
“Test Driven Development: By Example” (2002) より。
「
We drive development with automated tests,
a style of development called Test-Driven
Development (TDD).
」
わんくま同盟 名古屋勉強会 #25 – 罢顿顿道场 #13 5/15
6. 具体的には?
“Test Driven Development: By Example” (2002) より。
In Test-Driven Development, we
?Write new code only if an automated test has failed
?Eliminate duplication
These are two simple rules.
わんくま同盟 名古屋勉強会 #25 – 罢顿顿道场 #13 6/15
7. Test
Driven
Development
= 自動化されたテストを使って
開発を駆動するスタイル
わんくま同盟 名古屋勉強会 #25 – 罢顿顿道场 #13 7/15