Re: [go-nuts] Re: Proposal: disallow "fall through" to a labeled statement #32565

2019-06-12 Thread Kurtis Rader
On Wed, Jun 12, 2019 at 1:18 AM Jan Mercl <0xj...@gmail.com> wrote: > > Disallowing unintended fall throughs into labeled sections of a block > will prevent a class of stupid errors. > > I'm stupid and I know it. Yet, it seems I haven't made this kind of error > in the last ten years of Go. Maybe

[go-nuts] Re: Proposal: disallow "fall through" to a labeled statement #32565

2019-06-12 Thread Jan Mercl
> Disallowing unintended fall throughs into labeled sections of a block will prevent a class of stupid errors. I'm stupid and I know it. Yet, it seems I haven't made this kind of error in the last ten years of Go. Maybe I'm just lucky. Or maybe this kind of error is rare. But if it's rare then a