cm0002@infosec.pub to Programmer Humor@programming.dev · 18 hours agoMe, when doing error handlinginfosec.pubimagemessage-square18fedilinkarrow-up1237arrow-down19
arrow-up1228arrow-down1imageMe, when doing error handlinginfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 18 hours agomessage-square18fedilink
minus-squareAlecSadler@lemmy.blahaj.zonelinkfedilinkarrow-up2·13 hours agoI just add a global error catcher and call it good.
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up2·9 hours 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.