-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Add try except blocks to handle sql errors
- Add more documentation in the code itself by use of comments.
- Edge cases especially in sql operations so as not to provide unexpected results.
- in the chore file, improve the frequencyenum directly to the schema to reduce inconsistencies
- Standarize import and usages for better readability / remove unused ones
- Change function names for descriptiveness
- add/ improve error functions for debugging and readability
- In the bill and chore assignment file, you can increase readability by creating functions for repetitive code
- Use dictionaries in those same files to reduce clutter and replace if else statements
- break functions into smaller functions similar to what we learned in class which helps isolate bugs
- Join tables to replace multiple calls where you can in the chore file
- Add more statements at the start or end of db operations
- add descriptive names to variables to help each other read code
- add constants for variables that are goint to be constant like the pending for example
Metadata
Metadata
Assignees
Labels
No labels