From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!CndO09ueOTz9v5APEGJmiw.user.46.165.242.91.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: max line length Date: Tue, 19 Apr 2022 22:07:20 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <625ddf23$0$26323$426a34cc@news.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: gioia.aioe.org; logging-data="55708"; posting-host="CndO09ueOTz9v5APEGJmiw.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader02.eternal-september.org comp.lang.ada:63761 List-Id: On 2022-04-18 23:58, Thomas wrote: > how do you set your max line length? 72. I used to program in FORTRAN on punched cards. (:-)) These days I use 3 split GPS windows side by side. Then I am using the "use" clause, so I do not need a thousand of characters to just write Z := X + Y; (:-)) > using indentations a lot, i find that 80 is short. Refactor the code and use local subprograms. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de