Replies: 1 comment 1 reply
-
So, you're saying you actually ran into this issue? Swallowing the errors. That should not happen, and AFAIC it should only happen with authorization errors. Please give me an example where errors (not authorization) are being swallowed there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to point to a kind of smell in the Code in Avo I would love to get ride of it :
here is an example:
I have a problem with a rescue block without any error specified,
we ran into similar problems in other projects, and it's a nightmare hunting down magical disappearing exceptions.
We Should avoid usage of rescue blocks in General and especially without a specific error i the case above it could be changed to something like
Beta Was this translation helpful? Give feedback.
All reactions