On Sat, Feb 11, 2023, 5:06 AM Markus Armbruster wrote:
> John Snow writes:
>
> > --3b01fe05f45a096a
> > Content-Type: text/plain; charset="UTF-8"
> >
> > On Fri, Feb 10, 2023, 7:33 AM Markus Armbruster
> wrote:
> >
> >> Another observation...
> >>
> >> John Snow writes:
> >>
> >> >
John Snow writes:
> --3b01fe05f45a096a
> Content-Type: text/plain; charset="UTF-8"
>
> On Fri, Feb 10, 2023, 7:33 AM Markus Armbruster wrote:
>
>> Another observation...
>>
>> John Snow writes:
>>
>> > Primarily, this reduces a nesting level of a particularly long
>> > block. It's m
On Fri, Feb 10, 2023, 7:33 AM Markus Armbruster wrote:
> Another observation...
>
> John Snow writes:
>
> > Primarily, this reduces a nesting level of a particularly long
> > block. It's mostly code movement, but a new docstring is created.
> >
> > It also has the effect of creating a fairly con
Another observation...
John Snow writes:
> Primarily, this reduces a nesting level of a particularly long
> block. It's mostly code movement, but a new docstring is created.
>
> It also has the effect of creating a fairly convenient "catch point" in
> check_exprs for exception handling without m
John Snow writes:
> Primarily, this reduces a nesting level of a particularly long
> block. It's mostly code movement, but a new docstring is created.
>
> It also has the effect of creating a fairly convenient "catch point" in
> check_exprs for exception handling without making the nesting level
Primarily, this reduces a nesting level of a particularly long
block. It's mostly code movement, but a new docstring is created.
It also has the effect of creating a fairly convenient "catch point" in
check_exprs for exception handling without making the nesting level even
worse.
Signed-off-by: J