From 3784c08c333ec68b8e96e91833890d8cc18c8686 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 28 Sep 2024 21:26:23 +0100 Subject: [PATCH] Add daily email for 2024-09-25 Are you a real Developer? --- source/_daily_emails/2024-09-25.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 source/_daily_emails/2024-09-25.md diff --git a/source/_daily_emails/2024-09-25.md b/source/_daily_emails/2024-09-25.md new file mode 100644 index 00000000..9dd833c9 --- /dev/null +++ b/source/_daily_emails/2024-09-25.md @@ -0,0 +1,18 @@ +--- +title: Are you a real Developer? +date: 2024-09-25 +permalink: daily/2024/09/25/are-you-a-real-developer +tags: + - software-development + - automated-testing + - test-driven-development +cta: ~ +snippet: | + Are you a "real" Software Developer if you don't write automated tests? +--- + +I remember a while ago, someone could call themselves a "real" Software Developer if they don't write automated tests. + +This is, of course, not the case. + +But I'd suggest that it makes you a better Developer who writes better and more robust software.