You can add python code conventions:
python.org/dev/peps/pep-0008/
I like also the tools that verify the code against those community standards (linters)
Done, thank you!
We're a place where coders share, stay up-to-date and grow their careers.
We strive for transparency and don't collect excess data.
re: Clean code... Why bother? VIEW POST
FULL DISCUSSIONYou can add python code conventions:
python.org/dev/peps/pep-0008/
I like also the tools that verify the code against those community standards (linters)
Done, thank you!