38
spky
6y

My coworker when he is copy pasting code without thinking..
Something like that:

var x;
if (veryExpensiveFunction()) {
x = veryExpensiveFunction();
// do something messy with x..
}

Sometimes I really feel the urge to punch him in the neck - and he never knows why I’m freaking out.. :’(

Comments
Add Comment