Config default values can be fooled if a feature writes to config between feature and config init
kristofbolyai opened this issue ยท 1 comments
This is something I hope to fix by phasing out ConfigHolder
, and storing the Config
objects itself. But this needs discussion before doing the work.