mrlannigan / idiomatic.js

Principles of Writing Consistent, Idiomatic JavaScript
Other
0 stars 0 forks source link

Inner function parameter whitespace? #1

Open mrlannigan opened 12 years ago

mrlannigan commented 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?

dannyrscott commented 12 years ago

I also don't like the whitespace

foo(bar) > foo( bar )

ashleahhill commented 11 years ago

Seconded.