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 refactoring. #41

Open
BuJo opened this issue Oct 31, 2020 · 0 comments
Open

Configuration refactoring. #41

BuJo opened this issue Oct 31, 2020 · 0 comments
Labels
infra Infrastructure/Development needs

Comments

@BuJo
Copy link
Member

BuJo commented Oct 31, 2020

The current way that configuration is propagated within the application is... haphazard at best.

  • templates are handed down to parsers directly, they are from a much much simpler time
  • minimum_time is handed down to parsers directly
  • there was a thread local 'current config' at one point
  • the Config class has a bunch of class methods but nothing else
  • the thor app always has to create a current Buchungsstreber context
  • how does a current context differentiate itself from the current configuration?
  • ...
@BuJo BuJo added the infra Infrastructure/Development needs label Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Infrastructure/Development needs
Projects
None yet
Development

No branches or pull requests

1 participant