The best analogy for technical debt is debt - that is where it got the name from! Just like financial debt, technical debt is not necessary a bad thing, but a tool - and something to manage, control and track. And just like financial debt, taking out too much technical debt without paying it back can crush you. There is nothing wrong with taking out a mortgage (and thus getting into debt) to buy a house - you just ne…
The difference though is that financial debt is very easy to measure and quantify but technical debt is not. I like the Tetris analogy because that game has a type of debt that anyone who has played it can understand, yet is not as easily quantifiable as financial debt.
Technical Debt Is Like a Tetris Game
41–50 of 122 posts
Re: Technical Debt Is Like a Tetris Game
#42Re: Technical Debt Is Like a Tetris Game
#43The best analogy for technical debt is debt - that is where it got the name from! Just like financial debt, technical debt is not necessary a bad thing, but a tool - and something to manage, control and track. And just like financial debt, taking out too much technical debt without paying it back can crush you. There is nothing wrong with taking out a mortgage (and thus getting into debt) to buy a house - you just ne…
The difference though is that financial debt is very easy to measure and quantify but technical debt is not. I like the Tetris analogy because that game has a type of debt that anyone who has played it can understand, yet is not as easily quantifiable as financial debt.
Re: Technical Debt Is Like a Tetris Game
#44I tend use the "Leaning Tower of Pisa" metaphor. If it leans too much, the tower will fall down. If it doesn't tilt at all, you won't sell tickets to tourists. The art is to find the sweet spot.
> If it doesn't tilt at all, you won't sell tickets to tourists. I dont know about that... Eiffel tower is vertically straight and sells a lot of tickets.
Re: Technical Debt Is Like a Tetris Game
#45In reality there is a lot of tech debt you can get away for free and never have to pay back. The code can be a mess but the functionality works and doesn't need updating.
Other tech debt can infect and cripple a system if it isn't contained early.
If you demonstrate that you know how to prioritize the most important tech debt then it is easier to convince management to work on it.
The concept of doing more work now to make future easier is universal. Delivering on it is the hard part.
Re: Technical Debt Is Like a Tetris Game
#46Re: Technical Debt Is Like a Tetris Game
#47Re: Technical Debt Is Like a Tetris Game
#48Can anyone explain to me what reflexion means in this context?
Re: Technical Debt Is Like a Tetris Game
#49Re: Technical Debt Is Like a Tetris Game
#50Tech debt is more nuanced than explained by most analogies. In reality there is a lot of tech debt you can get away for free and never have to pay back. The code can be a mess but the functionality works and doesn't need updating. Other tech debt can infect and cripple a system if it isn't contained early. If you demonstrate that you know how to prioritize the most important tech debt then it is easier to convince ma…