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

Split config file loading from class abstraction #22

Open
maxspahn opened this issue Apr 1, 2022 · 1 comment
Open

Split config file loading from class abstraction #22

maxspahn opened this issue Apr 1, 2022 · 1 comment

Comments

@maxspahn
Copy link
Collaborator

maxspahn commented Apr 1, 2022

Currently, the wrapper to yaml-files is included into the constructor method for experiments and planner.
This should be separated.

Potentially, use a singleton pattern and json files instead of yaml: https://linuxhint.com/yaml-vs-json-which-is-better/

@maxspahn
Copy link
Collaborator Author

maxspahn commented Apr 2, 2022

This has been done for planners in #25

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