Definition: Technical debt is the extra future work created when developers choose a quick or imperfect solution instead of a better long-term one.
Like financial debt, it can become more expensive over time if it is not addressed.

Examples:

  1. Copy-pasting the same code into 10 files instead of creating one reusable function.
  2. Skipping tests because a feature needs to be released today.
  3. Keeping an outdated library that makes future development increasingly difficult.

Software-Development My-Journey-In-Codeless