From 10f0eb6c1ac755cd58ec86ccb30613ef66b9db51 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 23 Jul 2023 20:23:51 +0100 Subject: [PATCH] daily-email: add 2023-07-22 More code, more problems --- src/content/daily-email/2023-07-22.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/content/daily-email/2023-07-22.md diff --git a/src/content/daily-email/2023-07-22.md b/src/content/daily-email/2023-07-22.md new file mode 100644 index 00000000..fd273449 --- /dev/null +++ b/src/content/daily-email/2023-07-22.md @@ -0,0 +1,16 @@ +--- +title: > + More code, more problems +pubDate: 2023-07-22 +permalink: > + archive/2023/07/22/more-code-more-problems +tags: [] +--- + +The more code you have, the more potential problems you have. + +More code means more opportunities for bugs in your software. + +There's more code to maintain and more chance of encountering breaking changes as you update between major software versions of your project's dependencies, such as a CMS or framework. + +If you can keep your amount of code to a minimum and reduce the maintenance overhead, you are less likely to experience issues.