cm0002@infosec.pub to Programmer Humor@programming.dev · 15 days agoMe, when doing error handlinginfosec.pubexternal-linkmessage-square24fedilinkarrow-up1318arrow-down112
arrow-up1306arrow-down1external-linkMe, when doing error handlinginfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 15 days agomessage-square24fedilink
minus-squareAlecSadler@lemmy.blahaj.zonelinkfedilinkarrow-up3·15 days agoI just add a global error catcher and call it good.
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up2·15 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.