Add daily email for 2024-10-01

Not all legacy code is technical debt
This commit is contained in:
Oliver Davies 2024-10-07 00:21:35 +01:00
parent d809fa4a0e
commit 631b4a5d87

View file

@ -0,0 +1,18 @@
---
title: Not all legacy code is technical debt
date: 2024-10-01
permalink: daily/2024/10/01/not-all-legacy-code-is-technical-debt
tags:
- software-development
cta: d7eol
snippet: |
Not all legacy code is technical debt.
---
Technical debt is an overused term with people often referring to any legacy code, outdated dependencies or bugs as technical debt.
Technical debt specifically refers to the future cost when a short-term solution is selected over a more flexible or efficient one.
For example, hard-coding something for now and making it dynamic later.
It's not any code the current Developers didn't write or no longer want to support.