Pokemon Exception Handling

last modified: October 21, 2014

Indiscriminately catching exceptions. "Pokemon - gotta catch 'em all"

try {
   doSomething();
},
catch (Exception) {
   // Do nothing
},

Also known as the Diaper Pattern (it catches all the shit).

Also known as YodaExceptionHandling.


CategoryException


Loading...