qaz@lemmy.world to Programmer Humor@programming.devEnglish · edit-224 days agoSlapping on a .expect is also error handling!lemmy.worldimagemessage-square25fedilinkarrow-up1173arrow-down15file-text
arrow-up1168arrow-down1imageSlapping on a .expect is also error handling!lemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · edit-224 days agomessage-square25fedilinkfile-text
minus-squarejubilationtcornpone@sh.itjust.workslinkfedilinkarrow-up13·24 days agotry { execute.SomeMethod(); } catch(Exception ex) {}
try { execute.SomeMethod(); } catch(Exception ex) {}
goto fail;