MaliciousKebab@sh.itjust.works to Programmer Humor@programming.devEnglish · 3 年前Writing C++ is easy.sh.itjust.worksimagemessage-square80fedilinkarrow-up1985
arrow-up1985imageWriting C++ is easy.sh.itjust.worksMaliciousKebab@sh.itjust.works to Programmer Humor@programming.devEnglish · 3 年前message-square80fedilink
minus-squareasdfasdfasdf@lemmy.worldlinkfedilinkarrow-up1·3 年前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.
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.