Open jackrobertscott opened 9 years ago
ES6 is awesome and will be the new js standard in the coming years. As such, solis should be ported to ES6 to future proof the code and because it gives the language alot more functionality and ease of use. Use babel to compile es6 code.
Folder structure:
. +-- src (es6 code) +-- lib (compiled es6 to es5 code)
Setup: http://mammal.io/articles/using-es6-today/ Babel: https://babeljs.io/ Style guide: https://github.com/airbnb/javascript
ES6 is awesome and will be the new js standard in the coming years. As such, solis should be ported to ES6 to future proof the code and because it gives the language alot more functionality and ease of use. Use babel to compile es6 code.
Folder structure:
Setup: http://mammal.io/articles/using-es6-today/ Babel: https://babeljs.io/ Style guide: https://github.com/airbnb/javascript