4
Comments
  • 2
    I do agree. You shouldn't try to get ++s too hard, though.

    This "Agree?!" just makes the joke feel so forced.
  • 0
    me when I write:
    line;
    statement() {
    __stuff;
    __morestuff( parameter1, parameter2 );
    }

    when I'm done:
    l;s(){s;m(p1,p2);}
  • 4
    Good code is a lot easier to read than to write but you can definitely write code without using more than 2 brain cells (i have 2 coworkers who are living proof of this) and the result is inevitably unreadable i would say that the statement is true far too often.
  • 0
    It's not a joke anymore my friend ;) @Niddam
Add Comment