Chris

S

Sidell

Site Reliability & Software Engineer

[object]

Creating Namespaces in Javascript 

Introducing Namespacer-js, a module to eliminate ugly relative paths in JavaScript by creating aliases that don't need compilation. Compares various solutions for handling local require paths and explains why namespace aliasing provides better loose coupling between modules.

JavascriptWeb Development
Back to Top