Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Singleton GlobalAppConfig to normal instance #21

Open
vinjana opened this issue Feb 6, 2024 · 0 comments
Open

Singleton GlobalAppConfig to normal instance #21

vinjana opened this issue Feb 6, 2024 · 0 comments

Comments

@vinjana
Copy link
Member

vinjana commented Feb 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant