qaz@lemmy.world to Programmer Humor@programming.devEnglish · edit-25 months agoSlapping on a .expect is also error handling!lemmy.worldimagemessage-square21linkfedilinkarrow-up194arrow-down11file-text
arrow-up193arrow-down1imageSlapping on a .expect is also error handling!lemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · edit-25 months agomessage-square21linkfedilinkfile-text
minus-squarejubilationtcornpone@sh.itjust.workslinkfedilinkarrow-up7·5 months agotry { execute.SomeMethod(); } catch(Exception ex) {}
try { execute.SomeMethod(); } catch(Exception ex) {}