I\'m writing a quite complex JavaScript application that has an MVC architecture that I\'m implementing using Prototype\'s Class support and the Module pattern. The applicat
I would say it's bad practice. You can always, and easily, create a namespace for your application and put globals in there, if you must.