▲ | danielbln 2 days ago | |||||||
I do TDD. Plan out the feature, then have it write test. Scan the tests, check if everything is kosher. Then let it do the implementation, rinse and repeat. | ||||||||
▲ | nojito a day ago | parent [-] | |||||||
How do you stop it from changing or modifying the test to get to pass? | ||||||||
|