dwyl / technical-glossary

📝 A collaborative technical glossary for key words and terms to help anyone learn and understand concepts and prepare for a career as a creative technologist! 😕 > 🤔 > 💡 > 😊 🎉 🚀
GNU General Public License v2.0
26 stars 5 forks source link

New words: technical debt #10

Closed arrested-developer closed 5 years ago

arrested-developer commented 5 years ago

https://en.wikipedia.org/wiki/Technical_debt

Cleop commented 5 years ago

Technical Debt - Technical debt is the time/cost of "re-working" a feature (or entire app) because corners were cut the first time it was built. Think of Technical Debt like a "loan shark" for your project, if you take "shortcuts" to implement a feature quickly (e.g: by skipping tests) you will pay for it later and usually with "interest". For a fuller definition see: https://github.com/dwyl/product-owner-guide#what-is-technical-debt

Cleop commented 5 years ago

@arrested-developer - if you are happy with the definition that's been added please close this issue 😊

nelsonic commented 5 years ago

https://medium.com/@erichiggins/technical-debt-is-like-tetris-168f64d8b700