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

Clean up config utils #38

Open
zcox opened this issue Jul 17, 2019 · 0 comments
Open

Clean up config utils #38

zcox opened this issue Jul 17, 2019 · 0 comments
Assignees

Comments

@zcox
Copy link
Collaborator

zcox commented Jul 17, 2019

The utils we provide for configs need to be improved in a few ways:

  1. Need to support all configs. Defining all of them is tedious, can we automate this somehow?
  2. Initially each config had a case class, and a companion object with an implicit. A simpler idiom is just the object with an apply constructor, or pre-defined values in some cases. Refactor to simpler approach.
@j1 j1 self-assigned this Aug 22, 2019
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

2 participants