Comment by lsaferite
2 days ago
I find Claude great at all of the boilerplate needed to get testing in place. It's also pretty good at divining test cases to lock in the current behavior, even if it's buggy. I use Claude as a first pass on tests, then I run through each test case myself to make sure it's a meaningful test. I've let it loose on the code coverage loop as well, so it can drill in and get those uncommon lines covered. I still don't have a good process for path coverage, but I'm not sure how easy that is in go as I haven't checked into it much yet.
I'm with you 100% on the boring stuff. It's generally good at the boring stuff *because* it's boring and well-trod.
No comments yet
Contribute on Hacker News ↗