ut-robotics / picr21-team-tlo-rock

0 stars 1 forks source link

Elif not being used #65

Closed ReikoR closed 2 years ago

ReikoR commented 2 years ago

Some places where `elif`` should be used:

https://github.com/ut-robotics/picr21-team-tlo-rock/blob/8d38ac2402675cea33a5d87779682db3a0426ee8/robot%20code/game_logic.py#L101-L104

https://github.com/ut-robotics/picr21-team-tlo-rock/blob/8d38ac2402675cea33a5d87779682db3a0426ee8/robot%20code/game_logic.py#L176-L183

peeter-virk commented 2 years ago

Fixed in main

ReikoR commented 2 years ago

This code can also use elif: https://github.com/ut-robotics/picr21-team-tlo-rock/blob/b54554c1068070ccf952da579a595b7e8e827c08/robot%20code/game_logic.py#L105-L108

peeter-virk commented 2 years ago

fixed