|
|
|
|
|
by philbo
336 days ago
|
|
I have an extremist take on this: All source code is technical debt. If you increase the amount of code, you increase the amount of debt. It's impossible to reduce debt with more code. The only way to reduce debt is by reducing code. (and note that I'm not measuring code in bytes here; switching to single-character variable names would not reduce debt. I'm measuring it in statements, expressions, instructions; reducing those without reducing functionality decreases debt) |
|
I think you instead meant to say more business logic implemented in code is more technical debt, not necessarily just more code.