GandhiTheDerg@pawb.social to Programmer Humor@lemmy.ml · 3 years agoPersonally I prefer throw new nullpointerexceptionpawb.socialimagemessage-square29linkfedilinkarrow-up1415
arrow-up1415imagePersonally I prefer throw new nullpointerexceptionpawb.socialGandhiTheDerg@pawb.social to Programmer Humor@lemmy.ml · 3 years agomessage-square29linkfedilink
minus-squarejsveiga@vlemmy.netlinkfedilinkarrow-up16·3 years agoPerl is funnier, as these are valid ways of exiting with an exception: readFile() or die; die unless $a > $b;
Perl is funnier, as these are valid ways of exiting with an exception:
readFile() or die;
die unless $a > $b;