Remix.run Logo
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?

forgotmypw17 a day ago | parent [-]

“Do not change the test to get it to pass.”