Slide 16
Slide 16 text
Signs of tech debt in your code
ー Bugs, especially in regression testing.
ー Duplicate code and copy/paste approach.
ー Changing existing code for new features.
ー Can’t understand what a function does.
ー Slow performance, security issues, unreliable
data results.