|
|
|
|
|
by scrabble
4320 days ago
|
|
Technical debt for me is code without tests. If I can't properly determine the intent of code, and there are no tests to ensure that refactoring is not breaking expected behavior, then it becomes difficult to work with that code in the future and I may end up creating workarounds and bypasses instead of simply updating the code. |
|
Code with tons of pointless unit tests is debt too.