From 41a55e8651b5e54d5c861e0f3b502ea8209af6d5 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 3 Jan 2024 20:00:00 +0000
Subject: [PATCH] Add daily email for 2024-01-01

Continuous improvement
---
 source/_daily_emails/2024-01-01.md | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 source/_daily_emails/2024-01-01.md

diff --git a/source/_daily_emails/2024-01-01.md b/source/_daily_emails/2024-01-01.md
new file mode 100644
index 00000000..770e67c8
--- /dev/null
+++ b/source/_daily_emails/2024-01-01.md
@@ -0,0 +1,30 @@
+---
+title: >
+  Continuous improvement
+date: 2024-01-01
+permalink: archive/2024/01/01/continuous-improvement
+snippet: |
+  1. Continuous delivery.
+  2. Continuous deployment.
+  3. Continuous improvement.
+tags:
+  - software-development
+  - agile
+  - continuous-improvement
+---
+
+I've written emails before about continuous delivery and continuous deployment, but there's another "continuous" I like to follow.
+
+Continuous **improvement**.
+
+Always focusing on improving, whether learning new things or getting better with things I already know.
+
+If you haven't written automated tests or done test-driven development before, try it.
+
+Try using static analysis tools if you haven't before.
+
+If your tools or approaches are outdated, try something more modern.
+
+Can you reduce the time your CI pipeline takes to run, or write better documentation?
+
+You may not like everything you try, but what works will pay dividends over time.