Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
16
sculpin/source/_posts/2023-07-22.md
Normal file
16
sculpin/source/_posts/2023-07-22.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: >
|
||||
More code, more problems
|
||||
pubDate: 2023-07-22
|
||||
permalink: >-
|
||||
daily/2023/07/22/more-code-more-problems
|
||||
tags: []
|
||||
---
|
||||
|
||||
The more code you have, the more potential problems you have.
|
||||
|
||||
More code means more opportunities for bugs in your software.
|
||||
|
||||
There's more code to maintain and more chance of encountering breaking changes as you update between major software versions of your project's dependencies, such as a CMS or framework.
|
||||
|
||||
If you can keep your amount of code to a minimum and reduce the maintenance overhead, you are less likely to experience issues.
|
Loading…
Add table
Add a link
Reference in a new issue