## The Problem There is no re-usable logic that would allow the creation of a simple, opinionated module, whether branch (modular) or leaf, out of the box. ## Suggested Solution Extract re-usable logic from [`PluginModule`][], and re-factor it for SOLID. [`PluginModule`]: https://github.com/RebelCode/eddbk/blob/develop/src/PluginModule.php
The Problem
There is no re-usable logic that would allow the creation of a simple, opinionated module, whether branch (modular) or leaf, out of the box.
Suggested Solution
Extract re-usable logic from
PluginModule, and re-factor it for SOLID.