Closed jml closed 6 years ago
I don't really understand why the ValidConfig data type was in Engine, rather than Config.
ValidConfig
As mentioned in the documentation, we have three config structures:
AppConfig
Config
I think putting them all in the one file makes that hierarchy more clear.
Depends on #29
I don't really understand why the
ValidConfig
data type was in Engine, rather than Config.As mentioned in the documentation, we have three config structures:
AppConfig
)Config
)ValidConfig
)I think putting them all in the one file makes that hierarchy more clear.
Depends on #29