19

hate it when people name variables like:

test1
temp1 temp2

-_-

Comments
  • 12
    I made a script that does that with all my code in case I get fired.
  • 3
    In my company our basic product is named TestSocial. 😕
  • 1
    @wgroenewold haha tell us more! What language? Do you hate your current employee that much?
  • 1
    ....
    $temp = someFunction();
    return $temp;
    ....

    ragelevel 9000.
  • 0
    its so stupid some times. especially in JavaScript where you have minifiers for client side.
  • 0
    I'm a culprit for this within cli interactive, sorry!
Add Comment