Skip to content

further modularizing code to parse configuration data #3

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

Open
mycoboco opened this issue Dec 12, 2013 · 0 comments
Open

further modularizing code to parse configuration data #3

mycoboco opened this issue Dec 12, 2013 · 0 comments

Comments

@mycoboco
Copy link
Owner

The current structure of cel/conf to parse a configuration file is not well modularized, that is, it is possible to further modularize the code that recognizes variables and thier values so that adding a new feature gets trivial by letting functions to perform sub-tasks be reused.

For example, when implementing a library to retrieve the configuration data from a configuration server built by using, say, ZooKeeper, stripping comments and expanding escape sequences in data from the server is not easy because those tasks are tightly bound with reading lines from a file.

@ghost ghost assigned mycoboco Dec 12, 2013
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