Skip to content Skip to sidebar Skip to footer
Showing posts with the label Javascript Namespaces

How Do I Namespace Javascript Code With Or Without Iifes?

I have been reading up on namespacing, Object literals, IIFEs, etc. and I'm trying to understan… Read more How Do I Namespace Javascript Code With Or Without Iifes?

How Do You Manage Namespace In Meteor?

So here is my problem : Currently, I have a dozen of functions related to WEBRTC within a template … Read more How Do You Manage Namespace In Meteor?

How Can I Create An Empty Namespace Object Without Overwriting Another Object With The Same Name?

I have been studying as much as I can about the Module Pattern suggested by the Yahoo YUI Blog. I&#… Read more How Can I Create An Empty Namespace Object Without Overwriting Another Object With The Same Name?