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

Centralize all references to Database Tables #18

Open
Populustremuloides opened this issue May 8, 2021 · 0 comments
Open

Centralize all references to Database Tables #18

Populustremuloides opened this issue May 8, 2021 · 0 comments
Labels
enhancement New feature or request Medium Priority

Comments

@Populustremuloides
Copy link
Owner

Currently, multiple lines of code across many many files in different folders reference tables in the database for the strings that execute SQLite code. This becomes problematic when we make adjustments to the tables in the database; it's not always easy to make sure every reference to a particular table has been changed. Having a centralized file declaring variables which store strings that are the names of the tables in the database, and using those variables in place of "magic strings", will solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Medium Priority
Projects
None yet
Development

No branches or pull requests

1 participant