What is Technical Debt?
Introduction
As someone who crunches out code, whether moderately or a lot if you’re like me. You must have incurred some technical debt somewhere along the lines.
Development approaches
Technical debt is the term given to a certain programming scenario. Assume you had a project with a target deadline. As the technical lead of the project, you are sometimes faced with two decisions which are:
The long and proper way
Using this approach is the most ideal way of development. Many best practises of development are followed using this way.