Re: Question on coding style in networking code

From: Alexander Viro (viro@math.psu.edu)
Date: Sun Aug 19 2001 - 23:56:53 EST


On Sun, 19 Aug 2001 chuckw@ieee.org wrote:

> struct x y = {
> member1: x,
> member2: y,
> member3: z
> };
>
> What is the deal with this? Does the second way have any advantage over the previous?

_Much_ easier to grep for. Less pain in the ass when fields are added/removed/
reordered.

For anything with many fields (usually method tables) it's more convenient.
And no, it's not just networking - filesystem-related code, etc. uses it
all over the place.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 23 2001 - 21:00:33 EST