qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Get coding style closer to the real world


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH] Get coding style closer to the real world
Date: Tue, 01 Dec 2009 10:39:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Alexander Graf <address@hidden> writes:

> Currently we have this stupid role of disallowing:
>
>   if (r)
>       break;
>
> By disallowing this we clutter the code, making it less readable without
> buying us anything. In fact, nobody actually sticks to this because it'd show
> just how much bad taste the programmer doing this would have.
>
> So IMHO we should change the coding style, so we can finally focus on
> programming again and don't focus on useless coding style rules.
>
> Signed-off-by: Alexander Graf <address@hidden>

ACK




reply via email to

[Prev in Thread] Current Thread [Next in Thread]