[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [JDEV] [Code/CVS 1.0]
--- Jeremie wrote:
>>
>> "Release often!"
>
> Absolutely 100% in agreement here!
Great!
>> The coding style for the linux kernel is in
>> /usr/src/linux/Documentation/CodingStyle
>
> Looks good after a quick scan, except that I like putting my {'s on their
> own lines(find it much more readable) for everything, not just
> functions... but I'll cede to the masses if nobody else does, *g*.
I dont like that. Just so you know there's at least one.
btw, the Apache and the Linux-kernel styles are very similar. The Apache
style is just very explicit, and may feel strict to some. But at least
that uses 4 space indentation.
- Tue