I love white space. I do stuff like this:
Code:
function(
int parameter 1 , //comment
int parameter 2 , //comment
...
word parameter20 ) //more comment
Unfortunately the other programmers would do stuff like:
Code:
function(int parameter1,int parameter2, ... word parameter20)
All on one line. And when I space it out they complain! It's horrible!