Answer the question
In order to leave comments, you need to log in
What is TDD and what is it used for?
TDD is when you first write the test and only then the code, and not vice versa?
That is, first the text (spec) is written, then the code that will pass this test. If you need to expand the functionality, then again, first the test is expanded and the code is corrected for it? Am I understanding everything correctly or is there something else?
Or do I not understand everything correctly?
Answer the question
In order to leave comments, you need to log in
TDD is when you first write the test and only then the code, and not vice versa?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question