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

Improve config file structure #515

Open
1 of 2 tasks
Riey opened this issue Sep 6, 2021 · 1 comment
Open
1 of 2 tasks

Improve config file structure #515

Riey opened this issue Sep 6, 2021 · 1 comment

Comments

@Riey
Copy link
Owner

Riey commented Sep 6, 2021

Motivation

Now, config file is hard to deal with default config

it's unclear which option will use default value

Progress

  • Load configs
  • Make basic config files

Solutions

Don't use default value at all

It's impossible to get small config file but very consistent

Don't use structural config

Write config file as key, value pair and it'll override default config

@Riey Riey added this to the 3.0.0 milestone Sep 6, 2021
@Riey Riey mentioned this issue Sep 6, 2021
5 tasks
@Riey Riey added the D-Hard HARD label Sep 6, 2021
@Riey
Copy link
Owner Author

Riey commented Sep 17, 2021

Implemented on breaking/rework-config branch

@Riey Riey removed this from the 3.0.0 milestone Nov 21, 2022
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