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
Currently all functions/functionality scattered across js files. This is the task to bring all of them together and put them in meaningful way. This includes moving function to different .js file, Creating & renaming .js file if needed etc.
Ultimately, We should be able to tell which .js file is responsible for a particular functionality. For example,
uicontrol.js // deal with what /when the UI should be changed
storageControl.js // deal with storage related funtions
locomotives.js // deal with locomotives data logic
functionamapping.js // deal with maps
Not only files but also functions inside each file should be in meaningful order to increase find-ability.
The text was updated successfully, but these errors were encountered:
Currently all functions/functionality scattered across js files. This is the task to bring all of them together and put them in meaningful way. This includes moving function to different .js file, Creating & renaming .js file if needed etc.
Ultimately, We should be able to tell which .js file is responsible for a particular functionality. For example,
Not only files but also functions inside each file should be in meaningful order to increase find-ability.
The text was updated successfully, but these errors were encountered: