-
Notifications
You must be signed in to change notification settings - Fork 305
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
Possible enhancement: rewrite to es6 #164
Comments
What would be the benefit of this? |
@hhzl no visible benefit apart from shorter syntaxes at places and excuse to rewrite pieces ones doesn't like |
Maybe template strings could be put to good use making the code easier
to read and maintain...
https://developers.google.com/web/updates/2015/01/ES6-Template-Strings
…On 1/25/17, Джон, просто Джон ***@***.***> wrote:
@hhzl no visible benefit apart from shorter syntaxes at places and excuse to
rewrite pieces ones doesn't like
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#164 (comment)
|
I mean only for the part generating the result html presentation
file, not _within_ the html presentation. That should probably better
stay JavaScript 5.
That would mean replacing the mustache template system, http://mustache.github.io/.
Not sure if it is worth the effort.
The issue could then be named
**Replace the mustache template system with ES6 template strings.**
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just throwing it out there. Maybe, someone w/ much free time on their hands might do that. Incorporating fixes for all possible design issues and pull request… 🤔
The text was updated successfully, but these errors were encountered: