Quote:
|
Originally Posted by Rick
They might as well just do this.
PHP Code:
function SomeFunction(foo,bar){this.myarray=new[1];this.myarray[0].add("weeEe");echo(this.myarray[0][0]);}
|
Both styles are bad, does not mean that that one style cancels out how horrible contiga's is.
Quote:
|
Originally Posted by contiga
Indeed, then my style is a lot better! 
|
that's arguable.
Quote:
|
Originally Posted by contiga
Anyway.. I think the fact that I do:
PHP Code:
function SomeFunction( foo, bar) {
//foo
}
Is because I'm used to it in writing also.. the word, then the comma attached to it, a space and the next word..
|
In English you don't put a space after the parenthesis (and if you do, you put one before the last parenthesis aswell, It's about being symmetrical.)
Quote:
|
Originally Posted by xXziroXx
Just a random post; I no longer style as the foul demon Contiga!
|
You're one step closer to being a GScript-Master!!