Saturday, June 4, 2022

Azure DevOps - Technical Debt

Technical Debt

  • This could be anything that could slow or hinder the entire development process.

  • Especially when it comes to developing code, the amount of technical debt can increase over time.

  • As the Technical Debt increases , it can become more difficult to make changes to code.

What are the situations that can cause technical debt

  • When developers are under pressure to deliver and the application code is not up to the mark.

  • Over time because of improper code , subsequent changes to code that uses bad coding practices can become more difficult.

  • When the design of the application is not done properly.

  • Then the subsequent code base will not be proper as well.

  • When reviews are not conducted or refactoring – This helps to see how the code can be improved.

  • Writing complex code that becomes difficult to change later on.

0 comments:

Post a Comment