13.03.2009, 00:43
I spent 2 hours helping someone code; 1 hour indenting, 1 hour coding.
His indentation was the worst I had even seen.
Putting brackets like:
if(i cant indent) {
teach me }
I hate that, so much.
It should be like:
if(i cant indent)
{
teach me
}
It's not hard to indent AT ALL.
His indentation was the worst I had even seen.
Putting brackets like:
if(i cant indent) {
teach me }
I hate that, so much.
It should be like:
if(i cant indent)
{
teach me
}
It's not hard to indent AT ALL.