DD2480-G9 / metrics-graphics

A library optimized for concise and principled data graphics and layouts.
http://metricsgraphicsjs.org
Mozilla Public License 2.0
0 stars 0 forks source link

Requirement: Replace 'var' with 'let' (when suitable) #1

Closed akevert closed 6 years ago

akevert commented 6 years ago

As far as possible, the keyword 'var' should be replaced with the keyword 'let'. When doing this replacement, be aware that the two keywords are different, and sometimes you cannot just do a simple replacement. Keep in mind these differences between 'var' and 'let':

See https://hacks.mozilla.org/2015/07/es6-in-depth-let-and-const/ for more in-depth understanding of when replacing is not suitable.

RickardBjorklund commented 6 years ago

No longer needed since assignment 3 is done!