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

Alternate notation for multi-word keywords #100

Open
Mouvedia opened this issue Jun 9, 2013 · 2 comments
Open

Alternate notation for multi-word keywords #100

Mouvedia opened this issue Jun 9, 2013 · 2 comments
Labels

Comments

@Mouvedia
Copy link
Member

Mouvedia commented Jun 9, 2013

Both notations would be equivalent.

font.weight: semi bold;
// camelcase notation
font.weight: semiBold;

cursor: zoom out;
// camelcase notation
cursor: zoomOut;
@jakepetroules
Copy link
Contributor

-1, this is confusing. Pick one or the other.

@Mouvedia
Copy link
Member Author

Mouvedia commented Jun 9, 2013

How is this confusing? I find this super useful and convenient. And your argument is moot because what I am proposing here is to give the user the possibility of choosing. It doesn't conflict with anything and is arguably more readable. Of course that's subjective and we certainly don't have to impose one over the other to the user.

And that's what it's all about, caring about the author, not enforcing one way to do things, in particular if the implementation is that trivial.

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

No branches or pull requests

2 participants