devilish666@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoC++ Momentlemmy.worldimagemessage-square152fedilinkarrow-up11.04Karrow-down132
arrow-up11.01Karrow-down1imageC++ Momentlemmy.worlddevilish666@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square152fedilink
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up31arrow-down3·1 year agoRust required you to fix all the errors before running the code.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up15arrow-down1·1 year agoCompared to that trio, they are a rarity that make people excited just to spot one.
minus-squareTurun@feddit.delinkfedilinkarrow-up5·1 year agoI have a graphical application that crashes regularly when I switch between displays with Ctrl+alt+number. Something in the winit stack does not like it.
minus-squareasudox@lemmy.worldlinkfedilinkarrow-up2·edit-21 year agoRuntime errors are rare? Interesting. I guess it depends on how much error handling the dev additionally wants to do.
Rust required you to fix all the errors before running the code.
Runtime errors are still a thing.
Compared to that trio, they are a rarity that make people excited just to spot one.
I have a graphical application that crashes regularly when I switch between displays with Ctrl+alt+number. Something in the winit stack does not like it.
Runtime errors are rare? Interesting. I guess it depends on how much error handling the dev additionally wants to do.