FunkLoad
FunkLoad copied to clipboard
Config file should be configurable
Currently config files will always be the name of the current class with .conf.
This makes the config files completely not reusable.
The correct behaviour should be try first to get some arbitrary config file and if not found than fallback to a .conf file with the same name of the current class.
Isn’t that covered by #42?