-
Notifications
You must be signed in to change notification settings - Fork 823
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
Porting Var-> Let for timbre, tempo and temperament #2631
Conversation
Pls do not create so many commits. It's harder to follow. |
The timbre file is quite huge, in each commit pertaining to it that I've pushed above, abided by scoping rules and has message for the same. For the ease of debugging/review I actually practiced this behaviour. Point noted. Will just push commit for one and only one file, from now on PS:- any discrepancy in the commits? |
Also, please name the PR based on what you've done. If you use the name similar to an issue, it needs to completely address that issue. |
don't make large number of changes per PR :p |
Point noted! FWIW pardon me for this one then O_o |
I changed it
I'll do the changes for remaining files in new PRs respectively, right ? @meganindya |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use const
wherever appropriate ... leftover var
s in timbre.js
Let's not clutter this PR anymore. Please wrap up any pending work. |
fix for #2629