>
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 language change preventing it is questionable as the improvements would be also rare.
Are there any statistics available about how many times people run into this class of bugs?
PS: Full disclosure - I think we should mostly keep the language alone. Any tiny change makes the surface of the language a tiny bit larger. But there are _tons_ of proposed language changes at the issue tracker and those tiny changes just add quickly. Also, even though not protected by the compatibility promise, almost every language change breaks an unknown number of tools people wrote in a decade. Only language changes enabling what cannot be done by other means should be considered, IMHO.