Open jacobsorme opened 7 years ago
The script.js is hella full of functions. If it is possible ( look here ) one could move eg. all the rendering stuff to one file, all the communications to one file etc. Then in the end have main.js and some scripts that are included in that.
script.js
main.js
This is done now mate! 💯
The
script.js
is hella full of functions. If it is possible ( look here ) one could move eg. all the rendering stuff to one file, all the communications to one file etc. Then in the end havemain.js
and some scripts that are included in that.