diff --git a/src/content/daily-email/2023-12-26.md b/src/content/daily-email/2023-12-26.md new file mode 100644 index 00000000..b8c35693 --- /dev/null +++ b/src/content/daily-email/2023-12-26.md @@ -0,0 +1,16 @@ +--- +title: > + Good code is not about being easy to write +pubDate: 2023-12-26 +permalink: > + archive/2023/12/26/good-code-is-not-about-being-easy-to-write +tags: + - software-development + - clean-code +--- + +Good code is not about being easy to write. It's about how easy it is to change. + +Once you've written some code, how easily and confidently could you change it in the future, either adding new features or fixing a bug? + +How easily could you refactor the code or remove it altogether if it's no longer needed?