ut-robotics / picr21-team-shaq

0 stars 1 forks source link

Weird casing #23

Closed Akustav closed 2 years ago

Akustav commented 2 years ago

https://github.com/ut-robotics/picr21-team-shaq/blob/8ae20e5501d61d2b16a69e7d05405c0ee861823d/src/vision.py#L39

in other parts of your code class variable names are with lower case. Why is this one upper case? Class names should usually be upper case but not their variables.