Splitting Javascript library into modules
Hi, I want some opinions regarding a change that i want to do. I currently have a library of js (one file) written in ES5. This lib has a main function that behaves as a class and does certain things plus has some utility functions as prototypes. Thi...
Dec 13, 2016HMM