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

Configuration #9

Open
JoeHowarth opened this issue Apr 7, 2019 · 0 comments
Open

Configuration #9

JoeHowarth opened this issue Apr 7, 2019 · 0 comments

Comments

@JoeHowarth
Copy link
Owner

Way to set values via config file or CLI instead of by recompiling. Should make tuning things more straightforward.

Two use cases

  1. Known, stable config options that must exist.

Should via struct with defaults perhaps

  1. rapid prototyping of constants to avoid recompilation

String based hash table, allows dynamic adding and getting without having to change struct.
Handle defaults, or lack thereof, on a case-by-case basis since not meant to be permanent.

@JoeHowarth JoeHowarth added enhancement New feature or request good first issue Good for newcomers invalid This doesn't seem right feature and removed invalid This doesn't seem right enhancement New feature or request labels Apr 7, 2019
@JoeHowarth JoeHowarth assigned JoeHowarth and unassigned JoeHowarth Apr 7, 2019
@JoeHowarth JoeHowarth added this to To Do in 0.1 Agrarian Economy + Population via automation Apr 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature good first issue Good for newcomers
Development

No branches or pull requests

1 participant