Move daily emails into the blog page

This commit is contained in:
Oliver Davies 2025-08-21 00:28:10 +01:00
parent be69398931
commit 1b8441608f
828 changed files with 9 additions and 196 deletions

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.