|
|
|
|
|
by rzarate
1814 days ago
|
|
I'd love to see a violation category for error handling (ie. making sure that all exceptions are handled appropriately). After using Golang for an extended period of time, coming back to Python has been frustrating at times because it is not as straight forward to handle errors/exceptions (especially when using external libraries that aren't well documented). |
|