cm0002@infosec.pub to Programmer Humor@programming.dev · 7日前Me, when doing error handlinginfosec.pubimagemessage-square18fedilinkarrow-up1302arrow-down110
arrow-up1292arrow-down1imageMe, when doing error handlinginfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 7日前message-square18fedilink
minus-squareAlecSadler@lemmy.blahaj.zonelinkfedilinkarrow-up3·7日前I just add a global error catcher and call it good.
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up2·6日前The best part is there’s already a default error handler! If the program dies, you know there was an error.
I just add a global error catcher and call it good.
The best part is there’s already a default error handler! If the program dies, you know there was an error.