I have been writing an app that has become fairly Javascript intensive and am running into namespace issues.
I know there is a lot out there on this topic but I'm still a little confused as to how I should go about it.
Is there a way to wrap all my classes and object literals into a namespace and is this the best approach?
I read this post http://yuiblog.com/blog/2007/06/12/module-pattern/ and I would like to namespace my project but not sure how to go about it using normal javascript or jQuery.
edit: I understand this is not a straight forward question because its a matter of personal preference, style and requirements.
Thanks,
Tim