While practicing Test-Driven Development, what is done after the test fails? (choose the best answer)
Test-Driven Development (TDD) involves writing a failing test first, then writing the minimal code needed to make the test pass. This iterative process ensures code correctness and encourages better design.
Sabra
3 days agoFelix
4 days agoTonette
6 days ago