• Programming 04.03.2009

    From my own code:

    if ($ok) {
        // ... snip ...
        return;
    } else {
        // ... snip ...
        exit;
    }
    // ... snip ... 50 lines of unreachable (and buggy) code

    That can’t be good…

    Posted by Ben @ 9:14 am

  • One Response

    WP_Modern_Notepad
    • just pixels Says:

      Just don’t touch the mouse or keyboard and everything will be $OK.

      Actually, I have tons of code like that. Usually, some weird behavior leads me to comment out or skip blocks of code until the badness goes away. Works every time!

    Leave a Comment

    Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.