|
|
|
|
|
by tieTYT
3278 days ago
|
|
> write all of the tests before the code Everyone is interpreting this as, "write 10 tests then try to get them all to pass at once". That is not how you TDD. You write one, then get it to pass, then write another. Maybe you mean, "write the test before the code", but when you say "write all tests before the code", it's not interpreted the same way. |
|