Designing a JavaScript Plugin System

Costas

Administrator
Staff member
It simplifies the API. It makes testing easier (for both BetaCalc and the plugins themselves). It reduces the dependencies of our system, making it more loosely coupled.

https://css-tricks.com/designing-a-javascript-plugin-system/
 
Top