> > >an example -- basically all places where, for efficiency reasons,
> > >the code tries to expand in-line various block, the depth of
> > >indentation pushes everything to the right end leaving only 20-30
> > >useful chars per line.
> > 
> > See the Linux style guide (linux/Documentation/CodingStyle) for
> > strong opinions about this: "if you need more than 3 levels of
> > indentation, you're screwed anyway, and should fix your program".
> > 
> > I almost agree.
> 
> in userland, probably me too. In the kernel, i am not so sure.

What's the difference ?  I've heard people suggesting the opposite in 
the past - ``low level code is long and thin, high level code is 
wider''.  But the kernel isn't the only place you find low level code.

>       luigi

-- 
Brian <br...@awfulhak.org> <br...@freebsd.org> <br...@openbsd.org>
      <http://www.Awfulhak.org>
Don't _EVER_ lose your sense of humour !



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to