Quote:
|
Originally Posted by ApothiX
No, a lot of programmers put spaces between the first AND last parenthesis. Contiga and Ziro only put a space between the first parenthesis and the parameter list.
Normal way: NPC Code:
foo( bar );
Their way: NPC Code:
foo( bar);
|
Oh, I didn't even notice that. That's just a little bit weird, but you must be pretty picky.