Hacker News new | ask | show | jobs
by CSMastermind 396 days ago
In my experience they write a lot of pointless tests that technically increase coverage while not actually adding much more value than a good type system/compiler would.

They also have a tendency to suppress errors instead of fixing them, especially when the right thing to do is throw an error on some edge case.

1 comments

You can tell the AI not to suppress errors