somerandomperson@lemmy.dbzer0.com to Programmer Humor@lemmy.ml · 3 months agorustmaslemmy.mlimagemessage-square19fedilinkarrow-up1348arrow-down14
arrow-up1344arrow-down1imagerustmaslemmy.mlsomerandomperson@lemmy.dbzer0.com to Programmer Humor@lemmy.ml · 3 months agomessage-square19fedilink
minus-squareexpatriado@lemmy.worldlinkfedilinkarrow-up10·3 months agosounds like an error handling issue
minus-squarebrandon@piefed.sociallinkfedilinkEnglisharrow-up16·3 months agoYes it is. Typically you’d do some pattern matching to handle every possible case, but Unwrap is often used as a shortcut.
sounds like an error handling issue
Yes it is. Typically you’d do some pattern matching to handle every possible case, but Unwrap is often used as a shortcut.