--- 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: >- 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?