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...
I write about JavaScript and JavaScript frameworks.