rayfarias56 / minrva-estimote-server

The server for the Minrva: Wayfinder app
0 stars 1 forks source link

JavaScript Style Issues #18

Open rayfarias56 opened 8 years ago

rayfarias56 commented 8 years ago

The JS script should be rewritten to avoid polluting the global namespace and it's possible that the initializing code we have should be called on page load.

https://google.github.io/styleguide/javascriptguide.xml#Naming http://www.nicoespeon.com/en/2013/05/properly-isolate-variables-in-javascript/