Technical Debt is a concept in software development that reflects the implied cost of additional rework caused by choosing an easy (limited) solution now instead of using a better approach that would take longer. Basically, short term gain for long term pain. I really appreciate how aptly the term describes…