Mailing List archive

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

[linux-dvb] Re: cinergyT2: which kernel/usb module to use?



w-thiel@gmx.net wrote:
Hi Klaus,

concerning this philosophical issues:
I can only say that I hate your coding, and that I soon have to give
up to try to understand your code.
Unfortunately, even most of the plugin writers seem to think that
they have to convert their code to your ugly coding style.
No offence meant: I simply find your code unreadable, perhaps, because
of having read too much linux kernel sources.
Ehm: I have never seen your coding style anywhere else.

What's wrong about:

if (something) {
	doit();
} else {
	that();
	and_that();
}
IMHO, this is perfectly readable.


Best regards, Wolfgng
Well, I'm sorry you hate my coding, but that's not going to change
the way I write my code ;-)

If you absolutely don't understand it the way it is, just run it
through a sorce code formatter and be happy.

Now let's please end this discussion, it's pointless because at
any rate there will be somebody who wants to format his/her
code differently. I find _my_ coding best readable, you find _yours_
best readable, and neither me nor you are going to change their
point of view.

Klaus




Home | Main Index | Thread Index