|
|
|
|
|
by dopylitty
620 days ago
|
|
They really are hard to work with compared to languages where you declare which exceptions you'll throw,. I always get angry when pylint raises an error for catching over-broad exceptions[0] Of course I'm catching broad exceptions because I have no idea what kind of exception is going to be thrown 12 dependencies deep and I don't want it to completely crash the program instead of letting me retry or do something else. 0:https://pylint.readthedocs.io/en/stable/user_guide/messages/... |
|