diff options
Diffstat (limited to 'TDD.md')
-rw-r--r-- | TDD.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +--- +tags: + - tdd + - software-design + - software-engineering +--- +Test Driven Development (or Design) is a software engineering paradigm where one starts off with writing a failing test (suite) and from there tries to implement code to ultimately make the test succeed. + +It is mainly divided into three styles: +- [[Detroit-style TDD]] +- [[London-style TDD]] +- [[Discovery Testing]]
\ No newline at end of file |