Somebody tried to build plugin based architecture,...
# announcements
a
Somebody tried to build plugin based architecture, how should it be implemented? I thought to make a common interface's repo and then pull it on every plugin and then implement that, then call the core(main) app for adding the plugin and run it. But how should the plugin be restricted to some area, such as protection from potentially destroying or hijacking the core app? Any thoughts on this topic?
k