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 and refactor config #3

Open
StashaS opened this issue Sep 12, 2024 · 1 comment
Open

Improve and refactor config #3

StashaS opened this issue Sep 12, 2024 · 1 comment
Assignees
Labels
easy Simple task good first issue Good for newcomers

Comments

@StashaS
Copy link
Collaborator

StashaS commented Sep 12, 2024

Context:
Config is planned to be moved in a separate package to avoid potential name conflicts and reuse in other packages.

Task:

  1. Request b0noI to create a new repo for config.
  2. Migrate config files from this repo.
  3. Minor refactoring for config usages:
  • move config/config.py to conifg/init.py so import would be simpler
  • since there variables should be treated as constants they should be upper case
  • for imports we can than use something like from config import ...
  1. Update README in the new and this packages if set up instructions changed.
@StashaS StashaS added good first issue Good for newcomers easy Simple task labels Sep 12, 2024
@StashaS StashaS self-assigned this Sep 14, 2024
StashaS added a commit that referenced this issue Sep 16, 2024
Pre-pylint refactoring, part I, issues #3, #5 and #7
@StashaS
Copy link
Collaborator Author

StashaS commented Sep 16, 2024

Implemented partly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Simple task good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant