phlask / phlask-data-handlers

Phlask middleware to help make data ingestion and presentation more efficient!
5 stars 2 forks source link

Code Refactoring for admin folder (Camel Casing) #18

Closed ojimba01 closed 1 year ago

ojimba01 commented 1 year ago

Since the project is maturing and it's gaining more usage and collaborators, we should make sure to keep our code clean and follow some styling guidelines! For now we will follow the camel casing style for all of our function and class names.

Below is an example of what the refactor should like.

Example: get_changed_data()

Camel Cased: getChangedData():

Please follow this style for ALL of the functions and Classes!

SamantaTarun commented 1 year ago

I would like to work on this issue.