Tomm0017 / rsmod

New repository: https://github.com/rsmod/rsmod
https://github.com/rsmod/rsmod
Apache License 2.0
125 stars 101 forks source link

Extensibility #156

Open Tomm0017 opened 5 years ago

Tomm0017 commented 5 years ago

Current Behavior

API and Plugin behavior is currently set in stone. This is not something we want in a plugin system.

Expected Behavior

We would like the system to be independent from the data that uses said system. Allow for plugins to be added on top of the system, allowing them to add new data (and maybe even delete data they don't want)

Thanks to Scu11 for pointing this major flaw out in early phase of development