Non Plugin design pattern
So i need a design pattern. I am completely torn. I have done a ton of reading. I am NOT developing a plugin but namespacing is an issue due to the amount of JS used.
Options:
Literal Notation
Modular
Revealing Modular
something jQuery oriented though I don't know what. I am not writing a plugin so...
suggestions? And why.
I am leading towards Literal Notation. It's simple.