SwordInStone@lemmy.world to Programming@programming.dev · 1 year ago"How types make hard problems easy" (or at least reduce cognitive load over time)mayhul.comexternal-linkmessage-square12fedilinkarrow-up147arrow-down10
arrow-up147arrow-down1external-link"How types make hard problems easy" (or at least reduce cognitive load over time)mayhul.comSwordInStone@lemmy.world to Programming@programming.dev · 1 year agomessage-square12fedilink
minus-squarelivingcoder@programming.devlinkfedilinkarrow-up4·1 year 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.