Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anyone else disagrees with inner space? #172

Open
RafaelVidaurre opened this issue Nov 5, 2014 · 2 comments
Open

Anyone else disagrees with inner space? #172

RafaelVidaurre opened this issue Nov 5, 2014 · 2 comments

Comments

@RafaelVidaurre
Copy link

I really think

function (foo, bar) {

}

is more readable than

function ( foo, bar ) {

}

Not using inner space allows to keep related things visually together, plus inner space looks quite inconsistent with nested function calls

@rwaldron
Copy link
Owner

rwaldron commented Nov 5, 2014

That's fine, you should enforce that consistently in your projects. Check out jscs

@RafaelVidaurre
Copy link
Author

Jscs is just what I was looking for. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants