-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
@adrian-carro I would recommend using a config library rather than re-inventing the wheel with the current Config class. I have used HOCON in my previous Java/Scala work and it seems solid.
Once I finish PR #38, I will open a PR that swaps out the current Config class for one that uses the HOCON configuration library instead.