Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.c Subject: Re: Which code style do you prefer the most? Date: Thu, 27 Feb 2025 06:17:05 -0000 (UTC) Organization: A noiseless patient Spider Lines: 16 Message-ID: References: <87frk10w51.fsf@onesoftnet.eu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 27 Feb 2025 07:17:05 +0100 (CET) Injection-Info: dont-email.me; posting-host="5663112188f1f002c68c712720ef74d4"; logging-data="3161067"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/O3rJPJ6m5dLUisDbIZz8r" User-Agent: Pan/0.162 (Pokrosvk) Cancel-Lock: sha1:SUONzsRllYDjl/4sOFzuNpIKY7w= Bytes: 1854 On Thu, 27 Feb 2025 07:06:22 +0100, Janis Papanagnou wrote: > Another reason (that I mentioned in a recent post) is that you restrict > your working quality [by not restricting line length] (for details see > that previous post). Somebody is likely to bring this up sooner or later, so I might as well do so. It is a fact that reading text is faster with shorter line lengths. This is why newspapers have more, narrower columns, as opposed to fewer, wider ones. So why do I have such long lines? In fact, the actual nonblank parts of my lines of source are not often that long. So my choice of 100-column width is more to allow for levels of indentation, rather than to be filled with long lines of text.