In JavaScript, code encapsulation can be achieved using Modules Patterns. In addition, it is used to create private and public properties. There are various ways a module pattern can be implemented. In this article, we will learn to create a module pattern in ES5. Before we go ahead and start looking into implementation of theContinueContinue reading “Module Pattern in JavaScript”
Tag Archives: Design Patterns
Video: Learn Software design – Open Closed Principle
Source Code on GitHub https://www.youtube.com/watch?v=Z_VuxB5guuA&feature=youtu.be Source Code on GitHub