Quote:
Originally Posted by BlueMelon
if(bool){
and
if ( bool ) {
So your saying one is better then the other?
Both are the same and are easily readable.
|
The first is better because it's consistent with the vast majority of the GScript community (if there was a space after 'if' and ')'). The second is acceptable, however, as long as every other script on the server follows the same formatting rules for consistency. The only thing worse than bad styling is bad and good styling in the same script.