Varun
Member since Mar 11, 2015
- Profile: /members/12577-varun.htm
- URL: https://twitter.com/vaeroon
- Comments: 1
Recent Blog Comments By Varun
-
Using Method Chaining With The Revealing Module Pattern In JavaScript
Posted on Mar 11, 2015 at 1:27 PM
nice post. however, a disadvantage of revealing module pattern is that it is not as memory-efficient as directly using prototype pattern. Everytime the cache instance is created, a fresh copy of get/set methods is created.... read more »