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

refactor: Move hardcoded values to config files #106

Open
berntpopp opened this issue Sep 4, 2024 · 0 comments
Open

refactor: Move hardcoded values to config files #106

berntpopp opened this issue Sep 4, 2024 · 0 comments
Assignees
Labels
refactor Refactor code

Comments

@berntpopp
Copy link
Owner

Description:

Several hardcoded values are currently embedded within various scripts, including ontology-functions.R. To improve maintainability and flexibility, these values should be moved into configuration files to allow for easier updates and environment-specific settings.

Tasks:

  • Identify all scripts with hardcoded values (e.g., ontology-functions.R).
  • Refactor the code to replace hardcoded values with configurable parameters.
  • Create a configuration file (or enhance the existing one) to store these parameters.
  • Update documentation to reflect the changes in configuration management.

Rationale:
Moving hardcoded values to config files will make the application more adaptable to different environments, reducing the need for code changes in deployment.

@berntpopp berntpopp added the refactor Refactor code label Sep 4, 2024
@berntpopp berntpopp self-assigned this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor code
Projects
None yet
Development

No branches or pull requests

1 participant