SJSURoboticsTeam / urc-central-2021

Track progress and information for the URC 2021 competition
MIT License
1 stars 0 forks source link

Remove Try/Catch Blocks #192

Closed naterpotatoers closed 2 years ago

naterpotatoers commented 2 years ago

Only Try/Catch block should exist at top level in main.cpp. Lower level logic should handle potential errors or throw them. The first being ideal