comp.lang.ada
 help / color / mirror / Atom feed
From: "Randy Brukardt" <randy@rrsoftware.com>
Subject: Re: max line length
Date: Fri, 22 Apr 2022 02:57:08 -0500	[thread overview]
Message-ID: <t3tn4l$rse$1@dont-email.me> (raw)
In-Reply-To: 86r15qxb83.fsf@stephe-leake.org

"Stephen Leake" <stephen_leake@stephe-leake.org> wrote in message 
news:86r15qxb83.fsf@stephe-leake.org...
> Niklas Holsti <niklas.holsti@tidorum.invalid> writes:
>
>> On 2022-04-19 0:58, Thomas wrote:
>>> hi :-)
>>> how do you set your max line length?
>>> using indentations a lot, i find that 80 is short.
>>
>>
>> I limit lines to 80 characters, because I very often want to use a
>> side-by-side diff of file versions,
>
> I prefer top/bottom diff, partly for this reason.
>
> But my monitor can easily display 240 characters across. And I have good
> glasses.

The diff program I use can scroll sideways if necessary, and so can every 
editor I've used since 1985, so this isn't generally an important concern. 
The Janus/Ada source used a "soft" limit of 80, mainly because that's what 
terminals and PCs displayed back then, but we never broke lines just for 
that reason. Typically, the indent is more than the overrun anyway (so that 
actual text never exceeded 80 characters). Of course, one has to break 
really long calls, like the call to create a window in Claw (which usually 
has a dozen or so parameters).

                                Randy.



>
> -- 
> -- Stephe 


  reply	other threads:[~2022-04-22  7:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-18 21:58 max line length Thomas
2022-04-19  6:38 ` Niklas Holsti
2022-04-21 23:34   ` Stephen Leake
2022-04-22  7:57     ` Randy Brukardt [this message]
2022-07-05 15:22   ` Thomas
2022-04-19 19:30 ` Jeffrey R.Carter
2022-07-06 10:35   ` Robin Vowels
2022-04-19 20:07 ` Dmitry A. Kazakov
2022-07-05 14:59   ` Thomas
2022-04-21 23:31 ` Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox