From 8002b2874f7045e190ae71a33865b48a8ca54d20 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 4 Oct 2024 00:10:28 +0100 Subject: [PATCH] Add daily email for 2024-09-28 Testing personal projects --- source/_daily_emails/2024-09-28.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 source/_daily_emails/2024-09-28.md diff --git a/source/_daily_emails/2024-09-28.md b/source/_daily_emails/2024-09-28.md new file mode 100644 index 00000000..6ad79301 --- /dev/null +++ b/source/_daily_emails/2024-09-28.md @@ -0,0 +1,19 @@ +--- +title: Testing personal projects +date: 2024-09-28 +permalink: daily/2024/09/28/testing-personal-projects +tags: + - software-development + - automated-testing +cta: ~ +snippet: | + Do you write automated tests for your personal projects? +--- + +Listening to podcasts and watching videos where Developers talk about their personal or side projects, sometimes they say that they skip writing automated tests. + +They'd write tests for their client or work projects, but not necessarily for their own projects. + +I wonder why this is. + +Presumably they see the benefits of testing on other projects, so why wouldn't they write tests for their own projects?