Email or username:

Password:

Forgot your password?
Top-level
Major Denis Bloodnok

@kitten_tech @carbontwelve @david_chisnall Wouldn't touch it with a bargepole myself, but I think a third possibility is that at least some people reporting that haven't had it write a sufficiently hilarious bug _yet_. After all, the OP hit one every four months - one could easily get lucky if that's a typical frequency.

1 comment
Martijn Faassen

@denisbloodnok

@kitten_tech @carbontwelve @david_chisnall

I am a couple of years in with copilot. No such bugs yet. Context: Rust. I write lots of tests along with my code (as OP appears to do too), and currently can rely on a massive external test suite.

The one ridiculously hard to debug bug I got is when I had to debug a codebase I ported from Java to Rust and I transliterated bits wrong as the human, and had no incremental tests built up along with the code. No LLM to blame.

Go Up