Remix.run Logo
duped 2 days ago

Meanwhile I ask it to write what I think are trivial functions and it gets them subtly wrong, but obvious in testing. I would be more suspicious if I were you.

theshrike79 2 days ago | parent [-]

Ask it to write tests first and then implement based on the tests, don't let it change the tests.

ActionHank 2 days ago | parent [-]

On more than one occasion I've asked for a change, indicated that the surrounding code was under test, told it not to change the tests, and it off it goes making something that is slightly wrong and rewrites the tests to compensate.