|
|
|
|
|
by tosh
4327 days ago
|
|
I made the same journey. JavaScript => CoffeeScript => Dart. I think once you've took the red pill of "There has to be something which is better than JavaScript" it is hard to go back. Once you've written some CoffeeScript you will start to long for even more semantic improvements beyond classes, preventing you from polluting the global namespace and being able to bind `this` using the fat arrow. |
|