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

Get rid of intermediate config classes #15

Open
noooway opened this issue Dec 12, 2018 · 0 comments
Open

Get rid of intermediate config classes #15

noooway opened this issue Dec 12, 2018 · 0 comments

Comments

@noooway
Copy link

noooway commented Dec 12, 2018

Currently the program reads ini-config files and stores results in intermediate classes (see https://github.com/epicf/ef/blob/master/config.h and https://github.com/epicf/ef/blob/master/config.cpp ).
Objects of *config* classes are then used to initialize classes that perform computations.

There is no need for such division, so it would be better to remove *config* classes and init computational classes straight from ini-reader.

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

No branches or pull requests

1 participant