GandhiTheDerg@pawb.social to Programmer Humor@lemmy.ml · 2 years agoPersonally I prefer throw new nullpointerexceptionpawb.socialimagemessage-square30fedilinkarrow-up1420arrow-down17
arrow-up1413arrow-down1imagePersonally I prefer throw new nullpointerexceptionpawb.socialGandhiTheDerg@pawb.social to Programmer Humor@lemmy.ml · 2 years agomessage-square30fedilink
minus-squareepyon22@sh.itjust.workslinkfedilinkarrow-up5arrow-down1·2 years agoApplications where you aren’t using some sort of framework. Usually MVC or other frameworks would handle this or are designed to continuously run.
minus-squarejsveiga@vlemmy.netlinkfedilinkarrow-up16·2 years agoPerl is funnier, as these are valid ways of exiting with an exception: readFile() or die; die unless $a > $b;
Applications where you aren’t using some sort of framework. Usually MVC or other frameworks would handle this or are designed to continuously run.
Perl is funnier, as these are valid ways of exiting with an exception:
readFile() or die;
die unless $a > $b;