Really getting into web development and in particular JS so I was wondering what were the best practices in terms of JS file organization and delegation of responsibilities. I a
One large JS file is really not that "bad" compared to using multiple JS files.
You can compress it on the server if your worried about band width, look into gzip or deflate.