-
Notifications
You must be signed in to change notification settings - Fork 30
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
Better to introduce self keyword #41
Comments
|
JS already has a
As far as I know most languages don't allow you to provide an explicit The |
As @saschanaz mentioned, |
I think it's better to introduce self keyword for this as its already used in other languages like Swift and ruby. So it's easier to adopt.
:: is really terrible to use and looks ackward to read the syntax.
Please don't make JavaScript hard to read.
The text was updated successfully, but these errors were encountered: