@[email protected] to Programmer [email protected] • 2 years agoPersonally I prefer throw new nullpointerexceptionpawb.socialimagemessage-square30fedilinkarrow-up1408arrow-down18
arrow-up1400arrow-down1imagePersonally I prefer throw new nullpointerexceptionpawb.social@[email protected] to Programmer [email protected] • 2 years agomessage-square30fedilink
minus-square@[email protected]linkfedilink4•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-squarejsveigalinkfedilink15•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;