[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rfc: indenting and coding style
From: |
Hynek Hanke |
Subject: |
rfc: indenting and coding style |
Date: |
Mon, 20 Dec 2010 12:33:21 +0100 |
On 20.12.2010 12:13, Bohdan R. Rau wrote:
> > 3. Goto statements should not be used unless in very special cases.
> Remove this point or at last precise "very special case".
> This is not discussion forum for beginners and I think everyone here has
> some experience with programming.
The thing is that the refered Linux Coding Style guidelines
explicitly ask you to use goto statements for exiting functions
(chapter 6), so if this is not what we suggest, we need to make
it clear.
Best regards,
Hynek