From 32a41a245b83928e9650d2547361070bea3dc99e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 18 Nov 2022 19:23:26 +0000 Subject: [PATCH] docs(daily-email): add 2022-11-16 --- website/src/daily-emails/2022-11-16.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 website/src/daily-emails/2022-11-16.md diff --git a/website/src/daily-emails/2022-11-16.md b/website/src/daily-emails/2022-11-16.md new file mode 100644 index 000000000..61cc95fc6 --- /dev/null +++ b/website/src/daily-emails/2022-11-16.md @@ -0,0 +1,17 @@ +--- +title: > + Why don't you write automated tests? +pubDate: 2022-11-16 +permalink: > + archive/2022/11/16/why-don't-you-write-automated-tests +tags: + - testing +--- + +Many projects I’ve worked on in the past haven’t had an automated test suite. + +If you don't or can't write tests for your project for some reason, I'd love it if you could reply to this email or [let me know on Twitter](https://twitter.com/opdavies) and let me know why. + +I know some of the classic reasons, like "I don't have time" and "My clients won't pay for me to write them", but I'd like to get some more real-world examples. + +Then I'll do some follow-up posts to look into and address them.