cm0002@infosec.pub to Programmer Humor@programming.dev · 8 days agoMe, when doing error handlinginfosec.pubimagemessage-square24linkfedilinkarrow-up1316arrow-down111
arrow-up1305arrow-down1imageMe, when doing error handlinginfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 8 days agomessage-square24linkfedilink
minus-squareAlecSadler@lemmy.blahaj.zonelinkfedilinkarrow-up3·8 days agoI just add a global error catcher and call it good.
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up2·8 days agoThe 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.