You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that there are several places where there seems to be discrepancies between styles in the codebase. For instance, some places we have a single var statement while in others we have multiple. I've also noticed that there are inline var statements inside of for loops.
Would it be a good idea to have someone clean up the codebase in order to follow some general style? I understand working with in an open source everybody codes based on their preferences, but it would be nice to have some uniformity.
Along these same lines, maybe we could introduce jslint into the project?
The text was updated successfully, but these errors were encountered:
I've noticed that there are several places where there seems to be discrepancies between styles in the codebase. For instance, some places we have a single
var
statement while in others we have multiple. I've also noticed that there are inlinevar
statements inside offor
loops.Would it be a good idea to have someone clean up the codebase in order to follow some general style? I understand working with in an open source everybody codes based on their preferences, but it would be nice to have some uniformity.
Along these same lines, maybe we could introduce
jslint
into the project?The text was updated successfully, but these errors were encountered: