Skip to content

Clean up config utils #38

Description

@zcox

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions