in reply to Prepending Modules to your code

This is a bad idea because now if the module is fixed, you have to track down every script that uses it. Which turns the idea of a "module" into "cut and paste". Which is generally considered a Bad Thing...