Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Here's something I recently discovered I had written when revisiting some code. Swallowing exceptions FTW :)

    try
    {
        //some code that frequently dies
    }
    catch (Exception)
    {
        // "If he dies, he dies" - Ivan Dragor
    }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: