|
Exception Handling Best Practice
We are using java with a command based robot. I wondering how others are handling java exceptions... do you try-catch exceptions in the public subsystem methods, command methods, or just let the framework handle them?
In general, I'm just trying to prevent a total meltdown if I don't catch something.
|