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
Very handy tool. One observation though. Currently the Config class that is auto generated is initializable. So we can do something like let configInstance = Config(). Honestly though I am not sure whats wrong with that, but probably Config would be better off as a singleton or at least a private initializer. Cause we really dont want to instantiate Config
The text was updated successfully, but these errors were encountered:
Very handy tool. One observation though. Currently the
Config
class that is auto generated is initializable. So we can do something likelet configInstance = Config()
. Honestly though I am not sure whats wrong with that, but probablyConfig
would be better off as a singleton or at least a private initializer. Cause we really dont want to instantiateConfig
The text was updated successfully, but these errors were encountered: