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 --- London-style versus Detroit-style TDD.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 London-style versus Detroit-style TDD.md (limited to 'London-style versus Detroit-style TDD.md') diff --git a/London-style versus Detroit-style TDD.md b/London-style versus Detroit-style TDD.md new file mode 100644 index 0000000..7c10d4d --- /dev/null +++ b/London-style versus Detroit-style TDD.md @@ -0,0 +1,12 @@ +--- +tags: + - tdd + - software-design + - software-engineering +--- +Detroit-style TDD focuses mainly on working bottom up, starting with the core of the domain working outward. +London-style TDD works outside in, starting at an API endpoint or controller working inwards. + +The primary con of london style is to build things that aren't needed ([[YAGNI]]) + +https://github.com/testdouble/contributing-tests/wiki/London-school-TDD \ No newline at end of file -- cgit v1.2.3