15
papel
6y

try{
superLikelyToFailMethod()

}catch(Exception whoCares){

}

Comments
  • 1
    I find this works best in projects for like school (especially a Unity project), where nobody gives a fuck if it dies
    So no do not unlearn it, it is the one and only way to catch another person their mistake before it fucks you over
  • 2
    I have
    try{
    CantFailBecauseICheckedItMethod()
    Catch (Exception ex)
    {
    //Do important stuff
    }
Add Comment