Move all files to sculpin/

This commit is contained in:
Oliver Davies 2025-10-01 00:01:33 +01:00
parent c5d71803a5
commit 0f61b4e9ee
1514 changed files with 0 additions and 0 deletions

View file

@ -1,18 +0,0 @@
---
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.