Hacker News new | ask | show | jobs
by Izikiel43 359 days ago
> Tangentially, LLM-generated unit tests never cease to amaze me.

In a good or bad way?

I've found AI pretty helpful to write tests, specially if you already have an existing one as a template.

1 comments

I guess it depends on how much you like things like well-obfuscated smoke tests and mocks that don't accurately simulate relevant parts of the behavior of the module they're mocking.