logoalt Hacker News

eCatoday at 9:56 AM1 replyview on HN

That’s when you ask it to write tests to a good coverage, and then have it reimplement everything with the tests still passing…


Replies

KronisLVtoday at 10:40 AM

Unless the tests are written against logic that is in of itself subtly wrong and even the structure of code and what methods there are is wrong - so even your unit tests would have to be rewritten because the units are structured badly.

It’s a valid direction to look in, it just doesn’t address the root issue of throwing slop across the wall and also having unrealistic expectations due to not knowing any better.

show 1 reply