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
I would split the classes up into modular JS files, matching your domain. Use YUI compressor or other tools to compress JS files and minify them.