MaliciousKebab@sh.itjust.works to Programmer Humor@programming.devEnglish · 1 year agoWriting C++ is easy.sh.itjust.worksimagemessage-square87fedilinkarrow-up11.08Karrow-down120
arrow-up11.06Karrow-down1imageWriting C++ is easy.sh.itjust.worksMaliciousKebab@sh.itjust.works to Programmer Humor@programming.devEnglish · 1 year agomessage-square87fedilink
minus-squareasdfasdfasdf@lemmy.worldlinkfedilinkarrow-up1·1 year agoThis 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.