SwordInStone@lemmy.world to Programming · 2 months ago"How types make hard problems easy" (or at least reduce cognitive load over time)mayhul.comexternal-linkmessage-square12fedilinkarrow-up151arrow-down10cross-posted to: [email protected]
arrow-up151arrow-down1external-link"How types make hard problems easy" (or at least reduce cognitive load over time)mayhul.comSwordInStone@lemmy.world to Programming · 2 months agomessage-square12fedilinkcross-posted to: [email protected]
minus-squarelivingcoderlinkfedilinkarrow-up4·2 months agoIn Rust, using the Option and Result types make the general flow of the application much easier to organize, make modular, and reuse.
In Rust, using the Option and Result types make the general flow of the application much easier to organize, make modular, and reuse.