C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Bringing break/continue with label to C++

From: Jan Schultke <janschultke_at_[hidden]>
Date: Fri, 20 Dec 2024 15:40:08 +0100
> > See, the 'dislike' for goto isn't a 'dislike' at all.

> Yes, it is.

Or to be fair, no, I'm wrong. That's not what I was trying to say.

It totally see the issue with goto. But dislike for using "label:"
syntax IS a pure dislike. It has nothing to do with cyclomatic
complexity and is just a means to circumvent using naming conventions
and writing linter scripts. It's not technically necessary.

Received on 2024-12-20 14:40:21