5 Comments

to clarify, can you provide an example of what does not work well and detail / code of what would work well?

ie you say:

For me, it’s easy within a minute to hone down on actually what this bare exception is telling me, I don’t have to dig through other weird `try:except` logic that might have been triggered and buried the problem.

so you are saying or propsing to just have not try:except or what would the code you write look like in the absence of try:except

Expand full comment

in a try except block, you can raise the error and that entire error log dump will show

Expand full comment

I see that you knocked try: execpt for error handling, but can you share what you then do as a superior alternative?

Expand full comment