somerandomperson@lemmy.dbzer0.com to Programmer Humor@lemmy.ml · 6 months agorustmaslemmy.mlimagemessage-square18linkfedilinkarrow-up1329
arrow-up1329imagerustmaslemmy.mlsomerandomperson@lemmy.dbzer0.com to Programmer Humor@lemmy.ml · 6 months agomessage-square18linkfedilink
minus-squareexpatriado@lemmy.worldlinkfedilinkarrow-up10·6 months agosounds like an error handling issue
minus-squarebrandon@piefed.sociallinkfedilinkEnglisharrow-up15·6 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.