ut-robotics / picr21-team-sauna-madis

0 stars 0 forks source link

Inconsistent variable naming #43

Closed Akustav closed 2 years ago

Akustav commented 2 years ago

https://github.com/ut-robotics/picr21-team-sauna-madis/blob/a80c9164e964e816dcf8a4658698719917ffa470/saun/imageProcess.py#L62-L65

You should unify code to use either camelCase or snake_case, not mixing them here-and-there.

Technically the best would be to use PEP 8: https://www.python.org/dev/peps/pep-0008/

uschults commented 2 years ago

Changed all variable to snake_case