Writing C++ is easy.

MaliciousKebab@sh.itjust.works to Programmer Humor@programming.dev – 1042 points –
82

You are viewing a single comment

Would know, I've never had a runtime error in Rust /s

Can't have a runtime error if you don't have a compiled binary *taps forehead*

(For the record, I say this as someone who enjoys Rust)

This is actually unironically a major benefit of Rust - compile time errors are supposed to be for dev mistakes and runtime errors supposed to be for user mistakes. Way easier to debug something at compile time instead of runtime.