Closed hanneskod closed 6 years ago
Some doubts here. Why not let settings go in a simple giroapp.json
settings file. Then create a wrapper with the factory stuff..
The drawback is that we may or may not have init
.
The gain is a simpler interface for plugins to add specific settings, and for users to tweek plugins..
Related to #152
outdated..
Using an interface like
Creates a single entry point for factories, and a great place for error checking and throwing informative exceptions...