Re: [CFT] [JANITORIAL] Unbork fs.h

Bryan Henderson (hbryan@us.ibm.com)
Fri, 4 Jan 2002 09:45:04 -0700


>> sizeof (foo): 1611, sizeof(foo): 19364 => -bs should be removed
>> ...
>> int
>> foo(int x): 11408, int foo(int x): 57275 => -psl should be removed
>
>I do not think good style is best defined by majority vote.

I don't think the implication was that sizeof(foo) is better style because
more people like it. The implication is that consistency is, in general,
good programming style and it's easier to arrive at consistency by adhering
to the majority style than by adhering to the minority style.

Of course, there are other variables that may in any particular case have
more weight than the consistency or minimal effort considerations.

And I don't see what any of this has to do with whether an option should be
removed from Lindent. Lindent should be a tool, which means it helps a
user do whatever he wants to do. Whether he should want to do "sizeof
(foo)" is a separate issue.

-
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/