Comment on Stop Using Constructors in JS (2012)parentComments−mattdesl11yYeah, and you also have to use Google's ugly name spacing and global scope pollution instead of modern (sane) module approaches like CommonJS.Following an old-school technique just because you might see it in some legacy code doesn't seem like a great argument.
Comments
Yeah, and you also have to use Google's ugly name spacing and global scope pollution instead of modern (sane) module approaches like CommonJS.
Following an old-school technique just because you might see it in some legacy code doesn't seem like a great argument.