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