TDD promotes writing _______ that fail before writing new code to pass them.

  • Comments
  • Documentation
  • Requirements
  • Tests
Test-Driven Development (TDD) promotes writing tests that fail before writing new code to pass them. This iterative approach ensures that each new piece of code is validated against predefined test cases, contributing to a more robust and reliable codebase.
Add your answer
Loading...

Leave a comment

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