jariarkko / psgeo

Activity location library
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Replacing var's with const and let (ES6) would make the code more robust #260

Closed ralfstrandell closed 1 year ago

ralfstrandell commented 1 year ago

Doing a complete overhaul would be a huge task (we have 960 vars) and it would not benefit us enough. Future variables/constants can be defined with let/const to gradually improve things over the years.

Thus, I would consider this as a wontfix.