Factory Functions vs Classes: JavaScript
Recently while trying to understand clean code in JS, I ran upon the differences between factory functions and classes and how they affect the code readability, refactoring and the general advantages and disadvantages of using each.
Factory Functions...
sayancodes.hashnode.dev3 min read