Create a service layer to access core registries
SigmundGranaas opened this issue ยท 0 comments
The core registry setup in Forgero is severely lacking and, to be honest, straight garbage. I need to implement a service layer in front of the registry to decouple the registry functions from the modules that depend on access to collections of state items.
This would also introduce a layer to prevent modules from interacting with the static objects that is the current registries.