-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
ES2016+ #10
ES2016+ #10
Conversation
@graingert I'm happy with this, by consistently also using the term Babel (which is taking on meaning) I think we'll help eliminate confusion. I wish there was a better catch-all term than ES2015/ES2016/ES6/ES6/etc. though. |
I've been using `ES${currentYear}+` |
Some idea: ESx, ES*, ES+, ESn+1. ES+ seems correct and understandable for me. |
@@ -1,6 +1,6 @@ | |||
--- | |||
layout: tutorial | |||
title: ES6 and Babel | |||
title: ES2016+ and Babel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be ES2015+
@kentcdodds @graingert I myself am confused by what the appropriate naming should be for ES6 at this point. The important thing, given that this is for documentation, is that we minimize the surprise of the community. Here's what I think:
To reiterate, the important thing is that newcomers aren't confused by our documentation (this is much more important than being correct). @kentcdodds what terminology have you been using when teaching people? |
Argh you said ES6! On 3 Aug 2016 21:27, "Benjamin E. Coe" [email protected] wrote:
|
I use the term ES6. I'd say that if someone knows what ES2015 is, they know what ES6 is. But it's not always true that someone who knows what ES6 is will know that ES2015 is the "official" name for the spec. Many trainings, tutorials, etc. use "ES6" to refer to ES2015. But I'm fine with saying |
I'm coming around to Babel + ES6/ES2015 -- @graingert I totally hear your argument that this isn't technically correct, and it would be good to move towards a consistent naming convention as a community, but I don't want people to have trouble finding docs because they're not knowledgeable of insider baseball. @hzoo would love to know your thoughts, coming from the Babel community ... just mainly curious at this point. |
Personally I'm ok with ES6 like @kentcdodds mentions - that's just what people say most of the time. It makes sense as the first version that switched to yearly naming |
No description provided.