Open oldtechaa opened 7 years ago
Currently, we do nearly no exception handling. This can make it difficult to find and fix bugs, so we should aim to have most subroutines handle exceptions.
Probably most methods should return a status code. Oh, and the exit code of the module/script should be 1, not 0. Duh!
Currently, we do nearly no exception handling. This can make it difficult to find and fix bugs, so we should aim to have most subroutines handle exceptions.