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