cm0002@infosec.pub to Programmer Humor@programming.dev · 2 months agoMe, when doing error handlinginfosec.pubexternal-linkmessage-square23fedilinkarrow-up1314arrow-down112
arrow-up1302arrow-down1external-linkMe, when doing error handlinginfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 2 months agomessage-square23fedilink
minus-squareStrawberry@lemmy.blahaj.zonelinkfedilinkarrow-up4·2 months agoThat’s honestly fine in your application code, but very frustrating to see in library code on crates.io. Nobody wants library code to panic over some nonessential functionality that the calling code could’ve recovered from.
That’s honestly fine in your application code, but very frustrating to see in library code on crates.io. Nobody wants library code to panic over some nonessential functionality that the calling code could’ve recovered from.