Add daily email for 2023-12-26
Good code is not about being easy to write
This commit is contained in:
parent
15b8d911d5
commit
566318ddfc
16
src/content/daily-email/2023-12-26.md
Normal file
16
src/content/daily-email/2023-12-26.md
Normal file
|
@ -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?
|
Loading…
Reference in a new issue