You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of places in the codebase use snake_casing, which is not consistent with the rest of the code. These could be replaced with camelCased names to adhere to JS naming conventions.
A lot of places in the codebase use
snake_casing
, which is not consistent with the rest of the code. These could be replaced withcamelCased
names to adhere to JS naming conventions.Examples:
User Model
Course Model
Changes to these will require changes in places in the frontend as well as the backend.
This is a significant refactor spanning multiple files in both the frontend and the backend.
The text was updated successfully, but these errors were encountered: