Which of the following is NOT a benefit of practicing TDD?

  • Decreased development time
  • Early bug detection
  • Improved code documentation
  • Increased code reliability
While TDD offers various benefits, improved code documentation is not typically considered one of them. TDD focuses on testing and code design rather than documentation, which is a separate aspect of software development.
Add your answer
Loading...

Leave a comment

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