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