You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The classes ConfigCore and ParameterCore are unintuitively named. These are not two kinds of cores, but one is the config and the other is an enum of parameters of the core.
Goal: Reverse names to CoreConfig and CoreParameter.
The text was updated successfully, but these errors were encountered:
By the way: Is there a reason that we even need a ConfigCore class? This is a subclass of Config and actually all methods for accessing the configuration should be in class Config and then it should be good, right?
The classes
ConfigCore
andParameterCore
are unintuitively named. These are not two kinds of cores, but one is the config and the other is anenum
of parameters of the core.Goal: Reverse names to
CoreConfig
andCoreParameter
.The text was updated successfully, but these errors were encountered: