I'm imagining a world in which we split up the trackomatic plugins into their own modules in order to make maintaining them easier which is part of the reason why I've opted to pass in the trackomatic instance to plugins who then access it's util methods, etc. as opposed to importing the util object into the plugin file itself.
If you have any sort of questions or thoughts at all please leave them here for discussion.
Modulez, build, architecture, buzz words.
Next TODO: Add tests.
I'm imagining a world in which we split up the trackomatic plugins into their own modules in order to make maintaining them easier which is part of the reason why I've opted to pass in the trackomatic instance to plugins who then access it's util methods, etc. as opposed to importing the util object into the plugin file itself.
If you have any sort of questions or thoughts at all please leave them here for discussion.
Thanks!