All of lore.kernel.org
 help / color / mirror / Atom feed
From: WANG Cong <xiyou.wangcong@gmail.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>,
	Jan Engelhardt <jengelh@linux01.gwdg.de>,
	Randy Dunlap <rdunlap@xenotime.net>,
	Al Viro <viro@ftp.linux.org.uk>,
	LKML <linux-kernel@vger.kernel.org>,
	akpm@linux-foundation.org
Subject: Re: [RFC] Documentation/CodingStyle: Add rules for goto labels
Date: Tue, 5 Jun 2007 10:10:27 +0800	[thread overview]
Message-ID: <20070605021027.GD2498@localhost.localdomain> (raw)
In-Reply-To: <20070604175751.GB3437@dhcp83-182.boston.redhat.com>

On Mon, Jun 04, 2007 at 01:57:51PM -0400, Jeff Garzik wrote:
>On Mon, Jun 04, 2007 at 10:43:51AM -0700, H. Peter Anvin wrote:
>> Jan Engelhardt wrote:
>> > On Jun 4 2007 10:27, H. Peter Anvin wrote:
>> >> Jeff Garzik wrote:
>> >>> Seconded.  All my code contains the goto label in the first column.
>> >>>
>> >>> IMO any other goto label indentation is silly, because it obscures the
>> >>> goto label within the code block.
>> >> I would have to disagree with this.  IMNSHO, a goto label is like a case
>> >> label, and they should be treated the same way.
>> > 
>> > But gotos are special. ("Evil" minus the "it's good for unrolling in case of an
>> > error" case).
>> > 
>> 
>> So?
>> 
>> You still want them to be associated with the level the bailout happens at.
>
>A matter of opinion :)  I tend to think goto is special enough to
>warrant column 1 unconditionally.  It is special, so it draws additional
>attention over and above case labels.
>
>I and others have been tripped up when programmers "hide" goto
>statements among regular statements.
>
>IMO goto warrants a big flashing "notice me" sign.
>
>	Jeff

Hmmm, perhaps.

So, it seems that we can reach an agreement. Any other comments or suggestions?
Or can someone ack/merge this patch?

Thanks!


  reply	other threads:[~2007-06-05  2:10 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-03 14:24 [RFC] Documentation/CodingStyle: Add rules for goto labels WANG Cong
2007-06-03 14:29 ` Al Viro
2007-06-03 14:45   ` Randy Dunlap
2007-06-03 15:35     ` Jeff Garzik
2007-06-04  4:58       ` WANG Cong
2007-06-04  6:59         ` Jeremy Fitzhardinge
2007-06-04  7:51           ` WANG Cong
2007-06-04  8:19           ` [RFC] Documentation/CodingStyle: Add rules for goto labels (-v2) WANG Cong
2007-06-04 18:30             ` Sam Ravnborg
2007-06-04 19:02               ` Jeremy Fitzhardinge
2007-06-05  1:37                 ` WANG Cong
2007-06-10  2:31                   ` Al Viro
2007-06-04 17:27           ` [RFC] Documentation/CodingStyle: Add rules for goto labels H. Peter Anvin
2007-06-04 19:00             ` Jeremy Fitzhardinge
2007-06-04 21:34               ` H. Peter Anvin
2007-06-04 17:27       ` H. Peter Anvin
2007-06-04 17:35         ` Jan Engelhardt
2007-06-04 17:43           ` H. Peter Anvin
2007-06-04 17:54             ` Valdis.Kletnieks
2007-06-04 18:01               ` H. Peter Anvin
2007-06-04 17:57             ` Jeff Garzik
2007-06-05  2:10               ` WANG Cong [this message]
2007-06-05  2:12                 ` Jeff Garzik
2007-06-05  2:31                   ` H. Peter Anvin
2007-06-05  7:44                     ` WANG Cong
2007-06-05  9:16                 ` Rene Herman
2007-06-06  4:53                   ` WANG Cong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070605021027.GD2498@localhost.localdomain \
    --to=xiyou.wangcong@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=hpa@zytor.com \
    --cc=jeff@garzik.org \
    --cc=jengelh@linux01.gwdg.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    --cc=viro@ftp.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.