There’s lots of opinion about coding styles and which is best. I prefer one that helps you read the code. And, to that end, I prefer to have spaces inside parenthesis, like this:
for( int a = 0; a < 20; a++ ) {
dump( data[ a ] );
}
dump( data[ a ] );
}
Call me a heathen if you like, but it’s how I roll!
And it’s how I set out to configure emails to help me roll… read more