A software development team finds that they spend a significant amount of time fixing bugs in the week following each release. Which software engineering practice could help them identify and address issues earlier in the development process?

  • DevOps
  • Pair Programming
  • Scrum
  • Test-Driven Development (TDD)
Test-Driven Development (TDD) involves writing tests before writing code. By writing tests first, developers can identify and address issues early in the development process, ensuring that code is more reliable and bug-free before it's integrated into the codebase.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *