8 Apr
2020
8 Apr
'20
8:37 a.m.
On 2020-04-08 10:33 a.m., Greg Ewing wrote:
On 9/04/20 1:22 am, Soni L. wrote:
it's hard to reason about it if your eyes just keep jumping into the except bodies because they have the same indentation and everything as the normal code. I am gonna say my proposal improves accessibility, even if it doesn't make a difference to most ppl.
Would you find this easier to read?
try: first = next(iterator) except abdl.exceptions.ValidationError as e: validation_handler(e) except StopIteration as e: return stop_handler(e)
yeah that'd work ... I can do that today, can't I?