public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Marc Espie <espie@quatramaran.ens.fr>
To: gcc@gcc.gnu.org
Subject: Re: Thoughts on doxygen for internal documentation
Date: Thu, 16 Jan 2003 19:35:00 -0000	[thread overview]
Message-ID: <200301161824.h0GIOrn04308@quatramaran.ens.fr> (raw)
In-Reply-To: <200301161803.h0GI3DYV018983@mururoa.inria.fr>

In article <200301161803.h0GI3DYV018983@mururoa.inria.fr> you write:
>As an example, I always wondered why the rule of 80 columns is still
>that strict. IMHO often code can be more readable using longer lines
>(still with a reasonnable limit, just an higher one).  Yes I know, some
>people still have a very old 80 columns VT100, but those cannot be 
>that many ? Indeed, mail reader sometimes have this 80 limit constraints,
>but then problems with line wrapping by mailers happen also with 80 
>columns... So why keeping this constraints and not updating it to 
>something more sensible such as eg 132 colums.

80 columns still has lots of advantages. with 80 columns lines, I can
put two xterms of a readable font size side by side on my laptop.
Not so with 132 columns.

I think that 80 columns keep programmers honest. When you find out
that your code is consistently flushed against the right border, it's
probably because the nesting of your code is too deep to make sense.

But, hey, of course, the gnu coding standards, at least the formatting
part, make no sense to a large proportion of the coding community
anyways (the linux kernel, and the bsd code being two prime examples
of code that does not follow those conventions) :)

  parent reply	other threads:[~2003-01-16 18:25 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-15 23:48 Diego Novillo
2003-01-16 10:47 ` Phil Edwards
2003-01-16 18:12 ` law
2003-01-16 18:14   ` Diego Novillo
2003-01-16 18:16     ` law
2003-01-16 18:18       ` Theodore Papadopoulo
2003-01-16 18:57         ` Gabriel Dos Reis
2003-01-16 19:11         ` law
2003-01-16 19:53           ` Andrew Haley
2003-01-16 23:36           ` Toon Moene
2003-01-16 19:18         ` Joel Sherrill
2003-01-16 19:35         ` Marc Espie [this message]
2003-01-16 19:37         ` Andrew Haley
2003-01-16 19:57           ` Theodore Papadopoulo
2003-01-17  0:26         ` Daniel Egger
2003-01-17 16:15           ` Daniel Berlin
2003-01-19  5:09             ` Daniel Egger
2003-01-16 18:20       ` Diego Novillo
2003-01-16 18:27         ` Gabriel Dos Reis
2003-01-16 18:29         ` law
2003-01-16 18:25       ` Daniel Berlin
2003-01-17  4:00     ` Kurt Wall
2003-01-16 20:03   ` Joseph S. Myers
2003-01-17 11:05 ` Tony Finch
2003-01-18 22:21   ` Daniel Egger
2003-01-18 16:17 Robert Dewar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200301161824.h0GIOrn04308@quatramaran.ens.fr \
    --to=espie@quatramaran.ens.fr \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).