Was using CONFIG global without namespacing which seems dangerous. This converts config things to a namespaced method on the top module as an Open Struct. This would also make it a bit simpler to redo the config, in the future, in favor of a fancier class that validates or has defaults.
Was using
CONFIG
global without namespacing which seems dangerous. This converts config things to a namespaced method on the top module as an Open Struct. This would also make it a bit simpler to redo the config, in the future, in favor of a fancier class that validates or has defaults.