From adddc8ddc0fe340eb6071c710c69e73e548aeb02 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 30 Jun 2023 22:17:34 +0100 Subject: [PATCH] daily-email: add 2023-06-25 Do you need permission to do test-driven development? --- src/content/daily-email/2023-06-25.md | 16 ++++++++++++++++ src/content/daily-email/2023-06-25.mdoc | 10 ---------- 2 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 src/content/daily-email/2023-06-25.md delete mode 100644 src/content/daily-email/2023-06-25.mdoc diff --git a/src/content/daily-email/2023-06-25.md b/src/content/daily-email/2023-06-25.md new file mode 100644 index 000000000..cf4cca171 --- /dev/null +++ b/src/content/daily-email/2023-06-25.md @@ -0,0 +1,16 @@ +--- +title: > + Do you need permission to do Test-Driven Development? +pubDate: 2023-06-25 +permalink: > + archive/2023/06/25/do-you-need-permission-test-driven-development +tags: + - automated-testing + - test-driven-development +--- + +Something I've been asked before is "Do you need permission to write automated tests or do Test-Driven Development?". + +A response I heard recently was "Does a surgeon ask if they can wash their hands before operating?". + +The same as when I take my car to a garage, I expect the mechanic to do the appropriate diagnostic, repair work and testing to make it's working correctly and safely. diff --git a/src/content/daily-email/2023-06-25.mdoc b/src/content/daily-email/2023-06-25.mdoc deleted file mode 100644 index dbe4256c3..000000000 --- a/src/content/daily-email/2023-06-25.mdoc +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: > - Why hasnt TDD taken over the world yet? -pubDate: 2023-06-25 -permalink: > - archive/2023/06/25/why-hasnt-tdd-taken-over-the-world-yet -# tags: -# - a -# - b ----