qaz@lemmy.world to Programmer Humor@programming.devEnglish · edit-21 month 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-21 month agomessage-square25fedilinkfile-text
minus-squarejubilationtcornpone@sh.itjust.workslinkfedilinkarrow-up14·1 month agotry { execute.SomeMethod(); } catch(Exception ex) {}
try { execute.SomeMethod(); } catch(Exception ex) {}
goto fail;