On Wed, 23 Mar 2022 15:53:21 +0100, Alexander Bluhm wrote:

> Hi,
> is a big switch and when looking at a break you need more context
> to see where it jumps to.
>
> I would like to use goto fail consistently to leave the big switch.
> break is used for inner switches and loops.

This makes it easier to reason about that giant switch.
OK millert@

 - todd

Reply via email to