Quote:
Originally posted by Kaimetsu
I agree. Sometimes I do things like:
i=0; j=0;
when they're both doing pretty much the same thing, but otherwise I don't group stuff.
|
I only do it when they are short like:
j=0; k=0;
also I hate it when people do:
j=0;k=0;
missing the space makes me angry.
