OttoVonNoob@lemmy.ca to Programmer Humor@lemmy.ml · 1 year agoSomething is broken.. I know it..lemmy.caexternal-linkmessage-square13linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkSomething is broken.. I know it..lemmy.caOttoVonNoob@lemmy.ca to Programmer Humor@lemmy.ml · 1 year agomessage-square13linkfedilink
minus-squareThe Ramen Dutchman@ttrpg.networklinkfedilinkarrow-up0·1 year agoI’ve had this with Rust once, t’was a weird feeling.
minus-squareChais@sh.itjust.workslinkfedilinkarrow-up0·1 year agoI have that with Rust quite frequently. At least a lot more often than with any other language. I love it!
minus-squareflashgnash@lemm.eelinkfedilinkarrow-up0·1 year agoI think it’s just because rust doesn’t let you make many of the mistakes that’d normally lead to runtime errors Pair that with rustcheck in your ide and the only errors you’ll see will be ones you define yourself
I’ve had this with Rust once, t’was a weird feeling.
I have that with Rust quite frequently. At least a lot more often than with any other language. I love it!
I think it’s just because rust doesn’t let you make many of the mistakes that’d normally lead to runtime errors
Pair that with rustcheck in your ide and the only errors you’ll see will be ones you define yourself
Exactly. Love it!