-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
ES2015 or ES6 どちらを使う? #22
Comments
2015派 |
正式名称ということで、ES2015を使うべきではないかと思うのですが、プログラマの間ではES6のほうが使われているのでしょうか。 |
口頭でいいやすいのもあって、ES6だけはES6の方が多い印象ですね。 ただ、ES2015、2016と同じ文章に出てくる気がするので、ES2015をメインにしてもいいかなとは思います。 |
ES2015がメインとしてやるという形で |
両方出てくるので
かな。とりあえずCONTRIBUTINGに追加します |
Update more diagnostic messages ES6->2015 by AppShipIt · Pull Request #9065 · Microsoft/TypeScript |
ES6 または ES2015という表記をメインに使うかどうか
最初に ES6 === ES2015 という話は書くが、メインの用語としてはどちらを使うかどうかを決める必要はありそう。
Dr. Axel の本はES6で、続きの今書かれてる本はES2016...という感じにしている。
(微妙に関連して、この機能はES6から使える みたいな表記をアノテーションとして入れておいた方が、後々役立つ気がするが、これは別Issueっぽい。関係あるのは基本文法が殆どだけど)
The text was updated successfully, but these errors were encountered: