Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: alt.folklore.computers,comp.os.linux.misc Subject: Re: The joy of FORTRAN Date: 4 Mar 2025 07:06:08 GMT Lines: 27 Message-ID: References: <5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com> <1smdnSjX3YoxgWf7nZ2dnZfqn_idnZ2d@earthlink.com> <1396870532.749421730.052473.peter_flass-yahoo.com@news.eternal-september.org> <1214951717.762291306.657281.peter_flass-yahoo.com@news.eternal-september.org> <9mydncI_3OCA81v6nZ2dnZfqnPudnZ2d@giganews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net 30ovqiNt5csvSNCmfxXYZQe19/f74dVXDZ95VlPK1HKptOPrpb Cancel-Lock: sha1:nK3tuiBcZza9BsEADa1S0yUKLmg= sha256:UYNtlkes4F1AGCKSo8ObGPirxgrRpscoWBj81iEN0FA= User-Agent: Pan/0.160 (Toresk; ) Xref: csiph.com alt.folklore.computers:230319 comp.os.linux.misc:66014 On Mon, 3 Mar 2025 22:06:07 -0500, c186282 wrote: > On 3/3/25 2:19 PM, rbowman wrote: >> On Mon, 3 Mar 2025 15:24:04 +0000, The Natural Philosopher wrote: >> >>> On 03/03/2025 10:05, Niklas Karlsson wrote: >>>> Some would probably get on your case for being profligate with >>>> vertical space... but honestly, it doesn't much matter with the kind >>>> of screen real estate we have these days. I do agree that your style >>>> has readability benefits. >>> >>> Yes. Back in the day when I debugged with 80 column dot matrix >>> printouts, it got messy. >>> To day with collapsible blocks on a gui it's a lot easier >> >> I still prefer statements that don't exceed 80 columns. > > Wise. Not only doesn't fit a standard terminal but it's harder to get > the gist if the line runs off the screen. Run into this editing with > nano kinda often alas. It's for Python but I agree with most of PEP 8. Black or ruff do a nice job of reformatting .py files if I get sloppy. I use nano very rarely. One of the first things I do on any machine is install Vim, preferable gVim. I rarely use the menus or graphic features of gVim but I like not losing the terminal.