2020-11-08 18:38:22 +01:00
---
layout: blog
title: How to deal with technical debt
2023-02-15 22:40:37 +01:00
segments:
- blog
2020-11-08 18:38:22 +01:00
published: true
2020-12-18 16:02:01 +01:00
date: 2020-11-08T15:57:18.797Z
2020-11-08 18:38:22 +01:00
tags:
- Development
notes: Dont forget the todos
---
2020-12-18 16:02:01 +01:00
Technical debt is a massive problem that costs a lot of time for everyone working on the team.
2020-11-08 18:38:22 +01:00
It should be part of the development cycle to eliminate it.
**Manage a secured time** in a development process to increase development experience.
By planning **regular tasks** like:
2020-12-18 16:02:01 +01:00
- Upgrading dependencies, gathering information about migrations, and creating tasks for those which require attention.
2020-11-08 18:38:22 +01:00
- Solving _action points_ discussed on retrospective.
- Finding and creating tasks for dealing with technical debt.
2020-12-18 16:02:01 +01:00
Assign a certain amount of story points for each sprint to those tasks which have been accumulated and prioritized.
2020-11-08 18:38:22 +01:00
2020-12-18 16:02:01 +01:00
> _Action points_ are tasks agreed upon on **retrospectives**. These are the _points_ which the team has agreed on. They should be solved in the upcoming sprint to make the developer experience better for the whole team.