6
ste09
7y

Me: "ok let's have a look at this code I have to review ..."

try
{
* Some random unreadable overcomplicated shit code *
}
catch (Exception e)
{
// Useful for debug
}

😓
In which God forsaken crazy alternative universe, a "catch all" block that swallows the exception and does nothing else is even slightly close to the concept of "useful for debug"

Comments
  • 5
    In an alternative universe where catch blocks are actually self-aware general purpose AIs which debug your code automatically :D
  • 4
    catch {
    sudo reboot
    }

    Now thats what I call a usefull catch block. After all, the most common advice is to reboot it isn't it?
  • 3
    @Froot "Did you try turning it off and on again?" 😂😂😂
Add Comment