Technical Debt Is a Good Thing
1–9 of 9 posts
Re: Technical Debt Is a Good Thing
#2Re: Technical Debt Is a Good Thing
#3Summary: "Technical debt is not inherently evil. Putting a stop to all development just to fix all the technical debt doesn't make sense: instead, deal with it gradually."
Re: Technical Debt Is a Good Thing
#4let Ward Cunningham itself explain what he thinks about taking shortucts and calling it technical debt https://youtu.be/pqeJFYwnkjE?t=3m17s
Re: Technical Debt Is a Good Thing
#5>Knowing when to release a feature and go into technical debt is one part art and one part science. let Ward Cunningham itself explain what he thinks about taking shortucts and calling it technical debt https://youtu.be/pqeJFYwnkjE?t=3m17s
In the regard, you can almost say that technical debt is inevitable since understanding of the problem and solution will likely evolve over time with more experience and user feedback.
Re: Technical Debt Is a Good Thing
#6>Knowing when to release a feature and go into technical debt is one part art and one part science. let Ward Cunningham itself explain what he thinks about taking shortucts and calling it technical debt https://youtu.be/pqeJFYwnkjE?t=3m17s
Love the distinction he makes between technical debt (the codified difference of past and present understanding of the way the system should work) and just sloppy code. In the regard, you can almost say that technical debt is inevitable since understanding of the problem and solution will likely evolve over time with more experience and user feedback.
I'll always take a stand when I see it to justify bad practices, bugs and sloppy coding.
Elsewhere in the video also explains why it's not about low quality code: because you need to have a good design and codebase for it to be refactorable, to maintain your development speed as your understanding of the domain/technology grows.
Re: Technical Debt Is a Good Thing
#7Re: Technical Debt Is a Good Thing
#8Doesn't work with JS off. Renders as a blank page.