From 64b4e0c40923ec315908d6253c0e8e39bc061282 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 16 May 2023 21:39:38 +0100 Subject: [PATCH] daily-email: add 2023-05-13 --- src/content/daily-email/2023-05-13.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/content/daily-email/2023-05-13.md diff --git a/src/content/daily-email/2023-05-13.md b/src/content/daily-email/2023-05-13.md new file mode 100644 index 000000000..48daf5d91 --- /dev/null +++ b/src/content/daily-email/2023-05-13.md @@ -0,0 +1,19 @@ +--- +title: > + When You Do Things Right, People Wont Be Sure Youve Done Anything at All +pubDate: 2023-05-13 +permalink: > + archive/2023/05/13/when-you-do-things-right +tags: + - software-development +--- + +I think this quote from Futurama also applies well to software development: + +> When You Do Things Right, People Won’t Be Sure You’ve Done Anything at All + +Today I did multiple releases to production websites. There were no outages or downtime, or messages from clients or colleagues. + +Processes were followed, and everything worked as it should. As far as everyone's concerned, everything still "just works". + +So, did I do anything at all?