cm0002@infosec.pub to Programmer Humor@programming.dev · 2 days agoMe, when doing error handlinginfosec.pubimagemessage-square23fedilinkarrow-up1309arrow-down111
arrow-up1298arrow-down1imageMe, when doing error handlinginfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 2 days agomessage-square23fedilink
minus-squareStrawberry@lemmy.blahaj.zonelinkfedilinkarrow-up4·8 hours 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.