75

Someone tell me why I still work here?

Comments
  • 6
    I can’t even blame PHP for this one😂
  • 3
    Cus you're a cheap worker? Idfk :^)
  • 5
    @FinlayDaG33k 'define' cheap or else X'D
  • 2
    Maybe someone was working on project from outside the office and forgot to switch the flag back to false?
  • 4
    Can I just ask whether this is Rust in Sublime or C++ in some editor?
  • 3
    @Proximyst na, PHP in PHPStorm. I'm using Dracula theme, Fira font and Monokia scheme is that mean anything?

    I did quite like Sublime's mudog theme or whatever it was called? Could never find it for Atom so never continued using it :(
  • 4
    @myss no idea. I hate custom code... Looks like something pre MVC but it was built 3 years ago. WHY!?!?!?!?!?!?!!??!
  • 4
    Because:
    if (youDontWorkThere){
    youllWorkThere ();
    }else {
    youllWorkThere();
    }
  • 1
    damn that's almost as bad as
    while(true) {
    // some loop body logic
    if (someCondition) break;
    }
  • 3
    Just to suffer? Every night I can feel my compiler
Add Comment