summaryrefslogtreecommitdiff
path: root/TDD.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-04-11 16:02:40 +0200
committerJasper Ras <jras@hostnet.nl>2025-04-11 16:02:40 +0200
commiteae6b57f17f5065a2bd3f130668043693f579cb4 (patch)
tree7b695dd512530d81790063e2ee769eab2ba560e0 /TDD.md
parentf9034731fa234a4b5efa1d2d6147fe1e798b6d36 (diff)
vault backup: 2025-04-11 16:02:40
Diffstat (limited to 'TDD.md')
-rw-r--r--TDD.md12
1 files changed, 12 insertions, 0 deletions
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