Skip to content Skip to sidebar Skip to footer
Showing posts with the label Revealing Module Pattern

Slight Variation Of The Revealing Module Pattern

Is it good practice to use, instead of this Revealing Module Pattern ... var MyModule = ( function(… Read more Slight Variation Of The Revealing Module Pattern

Module Pattern- How To Split The Code For One Module Into Different Js Files?

For the module pattern, I'm doing something like: (function(namespace) { // tons of code … Read more Module Pattern- How To Split The Code For One Module Into Different Js Files?