From 3304f3c77692579901d3f2ad18c4a8a902dfbb78 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 10 Oct 2023 07:11:19 +0100 Subject: [PATCH] daily-email: add 2023-10-06 Software development is like going to the Dentist --- src/content/daily-email/2023-10-06.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/content/daily-email/2023-10-06.md diff --git a/src/content/daily-email/2023-10-06.md b/src/content/daily-email/2023-10-06.md new file mode 100644 index 000000000..61db28833 --- /dev/null +++ b/src/content/daily-email/2023-10-06.md @@ -0,0 +1,19 @@ +--- +title: > + Software development is like going to the Dentist +pubDate: 2023-10-06 +permalink: > + archive/2023/10/06/software-development-is-like-going-to-the-dentist +tags: + - software-development + - refactoring + - deployments +--- + +Working on software development tasks is like going to the Dentist. + +Releasing new features, bug fixes, dependency updates, and refactoring is better and less painful when done regularly. + +Doing these changes in small and regular batches is less risky than less frequent and larger releases. + +It's easier to identify the cause of any issues and correct course if things aren't going to plan.