How to have a maintainable and manageable Javascript code base
- by dade
I am starting a new job soon as a frontend developer. The App I would be working on is 100% Javascript on the client side. all the server returns is an index page that loads all the Javascript files needed by the app.
Now here is the problem:
The whole of the application is built around having functions wrapped to different namespaces. And from…