JavaScript – Namespacing patterns

In this post, I’ll be discussing patterns and approaches for namespacing in JavaScript. What is namespacing? In many programming languages, namespacing is a technique employed to avoid collisions with other objects or variables in the global namespace. They’re also extremely useful for helping organize blocks of functionality in your application into easily manageable groups that … Continue reading “JavaScript – Namespacing patterns”