I made this joke at work and some people thought it was funny. Others wanted my head.
try {
if($do) {
do();
} else {
doNot();
}
} catch {
die("there is no try");
}
The Yoda Pattern: An instance where an exception is unrecoverable.
I made this joke at work and some people thought it was funny. Others wanted my head.
try {
if($do) {
do();
} else {
doNot();
}
} catch {
die("there is no try");
}
The Yoda Pattern: An instance where an exception is unrecoverable.