Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
18
sculpin/source/_posts/2023-12-26.md
Normal file
18
sculpin/source/_posts/2023-12-26.md
Normal 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?
|
Loading…
Add table
Add a link
Reference in a new issue