oliverdavies.uk/source/_daily_emails/2023-07-22.md

17 lines
573 B
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: >
2024-09-08 22:09:54 +00:00
More code, more problems
2024-01-03 20:00:00 +00:00
pubDate: 2023-07-22
permalink: >-
2024-09-08 22:09:54 +00:00
archive/2023/07/22/more-code-more-problems
2024-01-03 20:00:00 +00:00
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.