abhiandthetruth / wardrobe-api

The api spec for wardrobe app
2 stars 0 forks source link

Finalize variable naming conventions(cases) for code uniformity #22

Open abhiandthetruth opened 8 months ago

abhiandthetruth commented 8 months ago

We use python and we need a case for that. Its snake case for variables and title case for classes right?

Shreya-7 commented 7 months ago

yes, here is the pep8 doc https://peps.python.org/pep-0008/#naming-conventions

Shreya-7 commented 7 months ago

As for enforcing, we will need flake8 + pep8-naming to throw errors/warnings and black as formatter. Any auto reformatting should not be risked before tests