From eae6b57f17f5065a2bd3f130668043693f579cb4 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Fri, 11 Apr 2025 16:02:40 +0200 Subject: vault backup: 2025-04-11 16:02:40 --- TDD.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TDD.md (limited to 'TDD.md') diff --git a/TDD.md b/TDD.md new file mode 100644 index 0000000..b555158 --- /dev/null +++ b/TDD.md @@ -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 -- cgit v1.2.3