Modularity Modularity is a key concepts in software development. Being able to extend an application without modifying it, is the holy grail of many developers. A way to reach this quest is to use the plugin architecture. Developers are used to the concept of SOLID principles at an atomic level with…