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

Replace snake_casing with camelCasing #75

Open
namsnath opened this issue Apr 9, 2020 · 2 comments
Open

Replace snake_casing with camelCasing #75

namsnath opened this issue Apr 9, 2020 · 2 comments
Labels
hacktoberfest Hacktoberfest 2020! refactor

Comments

@namsnath
Copy link
Collaborator

namsnath commented Apr 9, 2020

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.

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.

@roerohan roerohan added the hacktoberfest Hacktoberfest 2020! label Oct 1, 2020
@dannyflatiron
Copy link

I just created a PR for this, hope it helps!

@namsnath
Copy link
Collaborator Author

namsnath commented Oct 1, 2020

I'll assign this to you for now. We can discuss on the PR thread you created (#93).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest 2020! refactor
Projects
None yet
Development

No branches or pull requests

3 participants