While developing products in DevOps teams, we make decisions on which features to develop and how to ship them quite quickly in order to meet customer requirements. Often, these decisions cause more problems in the long run. These kinds of decisions lead to “Technical Debt”.


Tech debt is a phenomenon that happens when we prioritize the speed of delivery now, by forgoing everything like code quality or maintainability. Although the agility of delivering products is key to staying relevant in this agile world, we also have to make decisions that ensure the changes are sustainable.


In this article, we'll talk about what technical debt is, how to handle quick decisions during development, and give examples to help you understand how to avoid future issues.


Tech debt is the extra work that has to be done later because of the technical decisions that we make now. Although it was coined by software developer Ward Cunningham in 1992, it still holds relevance.


Usually, Technical debt occurs when teams rush to push new features within deadlines, by writing code without thinking about other considerations such as security, extensibility, etc. Over time, the tech debt increases and becomes difficult to manage. The only way to deal with it then becomes to overhaul the entire system and rewrite everything from scratch. To prevent this scenario, we need to continuously groom the tech debt, and to do that, we need to understand the type of tech debt we are dealing with.

Causes of Tech Debt



Given these different causes for tech debts, let's try to understand the types of tech debts. These can be broadly categorized under three main heads:


Code Related Debts:


Architecture Debt:


People/Management Debt:

Managing and Prioritising the tech debt

Technical debt is something that happens when teams are developing products in an agile way. It's like borrowing against the future by taking shortcuts now. But if the team knows about this debt and has a plan to deal with it later, it can actually help prioritize tasks. Whether the debt was intentional or not, it is crucial that the team grooms the technical debt during a backlog refinement session.



Here's how you can categorize these tasks:

  1. Do It Right Away: These are tasks that are crucial for keeping the product running smoothly.
  2. A Worthy Investment: These tasks contribute to the long-term health of the product, like upgrading outdated systems.
  3. Quick and Easy Wins: These are small tasks that can be fixed easily. They're great for new team members to learn about the product.
  4. Not Worth Considering: Sometimes, the problem might solve itself or it might not be worth the time and effort to fix, especially if you're planning to upgrade or retire a system.


When building a new product/feature or facing tight deadlines, it quite common to choose speed delivery over the quality or code sustainability in the long run. Striking balance between the need for quick solutions while maintaining the long term vision for sustainable development practices is the key. Managing technical debt effectively can help ensure the success of your projects in the long term.


Like my content? Feel free to reach out to my LinkedIn for interesting content and productive discussions.


Also published here.