Closed robertpainsi closed 7 years ago
Maybe you are oneday at university than we could talk about it in detail.
Maybe you are oneday at university than we could talk about it in detail.
Sure, I'll let you know when I'm heading to Graz the next time (beginning of october) :wink:
great ;)
es6 is one of the best things that has happened to JavaScript (the
class
keyword is still arguable). Writing less, better and less error-prone code should always be a goal.What about using a transpiler? Maybe https://babeljs.io People are writing more and more VanillaJS code because of it.
In some private projects of mine I'm also using the es7 features await/async which simplifies writing async code a lot as well.
Just a suggestion :wink: