sanskrit-lexicon / csl-pywork

A template for creating pywork repository for each dictionary.
3 stars 1 forks source link

PEP8 compliant code #15

Open drdhaval2785 opened 4 years ago

drdhaval2785 commented 4 years ago

It is not at all mandatory nor feasible now. But the current gold standard in pythonic code seems to be PEP8." There are packages in code editors like flake8 or pep8 which highlight the errors against PEP8. We can make our code PEP8 compliant to reduce technical burden later on.

Ref -https://www.python.org/dev/peps/pep-0008/

drdhaval2785 commented 4 years ago

VERY LOW PRIORITY

gasyoun commented 4 years ago

Beauty and logic of code?