-
Notifications
You must be signed in to change notification settings - Fork 1
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
Performance Improvements #3
Comments
Hey, Remove this line: DoublePendulum/scripts/main.js Line 55 in 89cfa9b
It does nothing. Line 49 already does the assignment correctly. |
Hi @yaki3355 thank you for your input! Cheers! |
Some variables are declared with var, instead of const or let |
Hi @Dun-sin Thank you for your response. Thanks! |
With the latest Javascript version, var was replaced with let and const because they are more save(security wise) and help avoid bugs that can lead to other problems |
Ok, are you able to benchmark it with the current version and new changes and see how the performance changes? |
Nope |
Ok if anyone else is interested in taking this up please let me know |
Performance should be improved wherever it can be.
Some ways performance can be improved...
Please add observations/errors that can make the website more efficient.
The text was updated successfully, but these errors were encountered: