schedule · 3 min read
Technical debt and Python
What is Technical debt? Technical debt is an implied cost of additional rework caused by choosing an easier inefficient solution at the moment over a better approach that would take longer time to implement. Technical debt increases over time for va...