Move all files to sculpin/

This commit is contained in:
Oliver Davies 2025-10-01 00:01:33 +01:00
parent c5d71803a5
commit 0f61b4e9ee
1514 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,18 @@
---
title: >
Good code is not about being easy to write
snippet: >-
Good code is not about being easy to write. It's about how easy it is to change.
pubDate: 2023-12-26
permalink: >-
daily/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?