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
Currently, GlobalAppConfig is a singleton. This was the fastest solution to somehow structure the code, but has some disadvantages, in particular for testing different chromosome converters.
Find a way to do dependency injection in C++. Make GlobalAppConfig a non-singleton.
The text was updated successfully, but these errors were encountered:
Currently,
GlobalAppConfig
is a singleton. This was the fastest solution to somehow structure the code, but has some disadvantages, in particular for testing different chromosome converters.Find a way to do dependency injection in C++. Make
GlobalAppConfig
a non-singleton.The text was updated successfully, but these errors were encountered: