Why does the quote mention technical debt?
August 13, 2026 1 min read
Because we are working in a system somebody already built, and the shortcuts in it are now the cost of every change. It is a real number, and pretending it is not is how a two-day job becomes three weeks.
What it looks like in practice
Business rules copied into four controllers, so a change has to be made four times and the one somebody misses is the bug. No tests, so nobody can change anything with confidence. A database with no foreign keys, so the data has quietly disagreed with itself for two years.
Why we tell you rather than absorb it
A studio that quietly prices it in looks expensive against one that has not noticed. A studio that ignores it discovers it mid-project, and then you get the phone call about a change of scope.
We would rather show you the line and let you decide: pay it down now, or work around it and pay it every time.
When paying it down is the wrong call
When the system has a year left in it. Refactoring something you are replacing is spending money to make a thing you are throwing away nicer.