View Single Post
  #18  
Old 06-16-2006, 02:22 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
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 SomeFunctionfoobar) {  
  
//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!!
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote