qaz@lemmy.world to Programmer Humor@programming.devEnglish · edit-211 days agoSlapping on a .expect is also error handling!lemmy.worldimagemessage-square15linkfedilinkarrow-up1111file-text
arrow-up1111imageSlapping on a .expect is also error handling!lemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · edit-211 days agomessage-square15linkfedilinkfile-text
minus-squarejubilationtcornpone@sh.itjust.workslinkfedilinkarrow-up8·11 days agotry { execute.SomeMethod(); } catch(Exception ex) {}
try { execute.SomeMethod(); } catch(Exception ex) {}