Open mrlannigan opened 12 years ago
I don't personally like the whitespace inside of the parenthesis when declaring a function. Although I see the purpose in it's increased readability. What do you think?
I also don't like the whitespace
foo(bar) > foo( bar )
Seconded.
I don't personally like the whitespace inside of the parenthesis when declaring a function. Although I see the purpose in it's increased readability. What do you think?