CWRUbotix / rov-25

Software for the CWRUbotix MATE ROV 2024-25 season
Apache License 2.0
0 stars 0 forks source link

[FEATURE] Add : Final to constants #61

Closed InvincibleRMC closed 1 month ago

InvincibleRMC commented 1 month ago

Is your feature request related to a problem? Please describe

No way to prevent modifiy constants in python.

Describe the solution you'd like

Use typing.Final so the typechecker will catch this.

Describe alternatives you've considered

Only use constant naming convention