From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8143b93889fe9472 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.89.100 with SMTP id bn4mr2819480wib.7.1359655352028; Thu, 31 Jan 2013 10:02:32 -0800 (PST) X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.116.97 Path: bp2ni8592wib.1!nntp.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!nntpfeed.proxad.net!dedibox.gegeweb.org!gegeweb.eu!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: Ada standard and maximum line lengths Date: Thu, 31 Jan 2013 11:02:29 -0700 Organization: Also freenews.netfront.net; news.tornevall.net Message-ID: References: <8dfcf819-e1d0-4578-a795-a4bf724b5014@googlegroups.com> <5107b329$0$6556$9b4e6d93@newsspool4.arcor-online.net> <5107eaed$0$6566$9b4e6d93@newsspool4.arcor-online.net> <51080c38$0$6561$9b4e6d93@newsspool4.arcor-online.net> <51085776$0$6637$9b4e6d93@newsspool2.arcor-online.net> Mime-Version: 1.0 Injection-Date: Thu, 31 Jan 2013 18:02:31 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="656ea2f23126f57fb36504d2d15a002c"; logging-data="16602"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/fDuo1H6rGP1K88lFjKKA5pk0KQNPfVa0=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: Cancel-Lock: sha1:aIIvm04ghLkGDpqNdYtlBisyhSU= Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Date: 2013-01-31T11:02:29-07:00 List-Id: On 01/31/2013 02:10 AM, Stefan.Lucks@uni-weimar.de wrote: > > Programmers may argue that indention eats up a lot of columns at the left, so > they need more on the right. But that has to end at some point -- if your > program is too deeply nested, you should refactorize it, rather than indent even > more. So 120 characters should be plenty. Anything beyond that should not be > considered as readable for humans, anymore. For about 30 yrs, I have used a personal limit of 130 characters for program source code. (For work I adhere to the project's coding standard.) I find the resulting code quite readable, easier to read than code constrained to 80-character lines. I have always been able to use an editor that handles entire lines easily, and have been able to print 130-character lines when needed. -- Jeff Carter "Strange women lying in ponds distributing swords is no basis for a system of government." Monty Python & the Holy Grail 66