You are here: Home/Code/ Javascript module patterns
Javascript module patterns
I’ve come across a good blog post about javascript module patterns. You want to start using these to make managing larger projects easier and not polluting your global with tons of functions.