|
|
|
|
|
by SkiFire13
193 days ago
|
|
> And yet somehow the internet went down because of a program written in rust that didn’t validate input. No, it _did validate_ the input, and since that was invalid it resulted in an error. People can yap about that unwrap all they want, but if the code just returned an error to the caller with `?` it would have resulted in a HTTP 500 error anyway. |
|
My only point was, the language doesn’t matter. It could have been written in brainfuck.
I’m bitching about the rust evangelism, obviously. Neat language, protects against NPEs et. al. It isn’t a magic bullet and it never was.