-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix naming of classes #3
Comments
I want to solve this issue myself, Can I involve in this? |
Yeah sure @devaprog , |
I changed the class names: snake case to camel case & checked: there is no break/error. but not tested, is there any specific, I need to verify before PR & need any test? |
cool lmk when you are done :) @devaprog |
if any problem occurs, can I take the issue |
I would like to contribute to this issue. Is anybody working with it? |
@ClawedCatalyst Created the PR for this issue Please do Review. |
Sorry @lakshay-saini-au8 actually I have assigned this issue to @devaprog and |
naming should be in
camel case
instead ofsnake case
ex :
in
mailer/views.py
View_Group_Data
should beViewGroupData
and this should be followed for every class
The text was updated successfully, but these errors were encountered: