5 ms·
It's funny; I spent a couple of hours last week helping some students debug out-of-bounds indices in their Rust code. I've written bugs that would have been ca
by evouga 3y ago
It's funny; I spent a couple of hours last week helping some students debug out-of-bounds indices in their Rust code.
I've written bugs that would have been caught by the compiler in a memory-safe language. I think the last time was maybe in 2012 or 2013? I still write plenty of bugs today but they're almost all logic errors that nothing (short of AI tools) could have caught.