Skip to content
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

Use modern HTML5 and strict JS #50

Open
Rangi42 opened this issue Sep 19, 2024 · 3 comments
Open

Use modern HTML5 and strict JS #50

Rangi42 opened this issue Sep 19, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Rangi42
Copy link
Contributor

Rangi42 commented Sep 19, 2024

This would mean adding <!DOCTYPE html> in the HTML and "use strict"; in the JS, and following modern best practices (e.g. use const and let instead of var).

Note that just adding a DOCTYPE breaks our layout, since it currently depends on "quirks mode".

@Rangi42 Rangi42 added the enhancement New feature or request label Sep 19, 2024
@SelvinPL
Copy link
Contributor

Are we choosing any framework or just go wild with plain javascript?

@ISSOtm
Copy link
Member

ISSOtm commented Sep 21, 2024

I don't think we need a framework beyond ACE, if you consider it one?

@Rangi42
Copy link
Contributor Author

Rangi42 commented Sep 21, 2024

I do not plan to add React or anything like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants