| Deutsch English Français Italiano |
|
<I6ucnU1SQc6FXtv6nZ2dnZfqnPednZ2d@earthlink.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!Xl.tags.giganews.com!local-1.nntp.ord.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 27 Nov 2024 06:58:32 +0000
Subject: Re: Joy of this, Joy of that
Newsgroups: comp.os.linux.misc
References: <vhigot$1uakf$1@dont-email.me>
<6iKdnTQOKNh6AqD6nZ2dnZfqn_idnZ2d@earthlink.com>
<20241120081039.00006d2a@gmail.com> <vhlium$93kn$1@dont-email.me>
<vhmprp$iaf1$1@dont-email.me>
<LASdnSkA69I3yKL6nZ2dnZfqnPWdnZ2d@earthlink.com>
<vhoeap$r8gq$2@dont-email.me> <vhpmq3$14s79$2@dont-email.me>
<vhq1f7$16bou$1@dont-email.me> <vhqm4g$1aarf$1@dont-email.me>
<vhr2r7$1cdln$1@dont-email.me> <vhr8hh$1ddh7$2@dont-email.me>
<vhr9u1$1dh3s$1@dont-email.me> <vhrbsr$1dqca$2@dont-email.me>
<vhs3ji$1kb5c$1@dont-email.me> <vhtht6$1s5d5$5@dont-email.me>
<vhtplb$1tioh$1@dont-email.me> <lqfq99F2ek8U1@mid.individual.net>
<qaWcnZSF3q3zW976nZ2dnZfqn_WdnZ2d@earthlink.com>
<vi0gqv$2f1do$4@dont-email.me>
<wfCdnZC3ltuegdn6nZ2dnZfqnPcAAAAA@earthlink.com>
<e154b857-0230-db09-669d-4d4e33aaee03@example.net>
<FeScnawtnN_xpNj6nZ2dnZfqn_udnZ2d@earthlink.com>
<eebc5913-6252-d802-c591-f85692dfb1d4@example.net>
From: "186282@ud0s4.net" <186283@ud0s4.net>
Organization: wokiesux
Date: Wed, 27 Nov 2024 01:58:31 -0500
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.13.0
MIME-Version: 1.0
In-Reply-To: <eebc5913-6252-d802-c591-f85692dfb1d4@example.net>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <I6ucnU1SQc6FXtv6nZ2dnZfqnPednZ2d@earthlink.com>
Lines: 64
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 99.101.150.97
X-Trace: sv3-I9gauOhasyTC4MQ9dlWUDQNcUXTWIrCly7vqMX4pghuyc3CgGJ1Nt38STy2ZnkcODm2HPd2M17tIe6p!r+DRLFeulFq3Jiek9oGusYDQuKqXXG7PETj5Y9FUcibKCJ5IFrHU1HK9soXbA80scsKCeUnR9duy!DwLpBHtysqWRij/SWxYP
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
Bytes: 4422
On 11/26/24 4:12 AM, D wrote:
>
>
> On Mon, 25 Nov 2024, 186282@ud0s4.net wrote:
>
>> On 11/25/24 4:56 AM, D wrote:
>>>
>>>
>>> On Mon, 25 Nov 2024, 186282@ud0s4.net wrote:
>>>
>>>> On 11/24/24 7:36 PM, Lawrence D'Oliveiro wrote:
>>>>> On Sun, 24 Nov 2024 19:35:57 -0500, 186282@ud0s4.net wrote:
>>>>>
>>>>>> Do kinda pref "{ }" or "begin end" over the dangling depth thing ...
>>>>>> get six or eight levels into something and it's a total bitch to spot
>>>>>> what's inside what without using comments.
>>>>>
>>>>> So use the comments. That’s what I do.
>>>>
>>>> Only good way ...
>>>>
>>>> Not a killer, but kinda annoying. The eye doesn't
>>>> spot indents nearly was well as hard delimiters.
>>>>
>>>
>>> You can have indents _and_ delimiters for the ultimate in eye
>>> spotting capability! ;)
>>
>> As I said to Larry, I almost always use just 2-space
>> indents so deeply-nested stuff doesn't tend to run
>> off the page margin. Object langs make this even worse
>> with all the something.something.something.something
>> sorts of lines.
>>
>> SOME of the IDEs for Python KINDA help, can spot
>> nestings fairly well, but I mostly just use nano
>> in one terminal and do test runs from another.
>> Something like PyCharm or Visual are kinda overkill
>> most of the time.
>>
>
> I use four, but since worked as a systems administrator (or what today
> be called "devops") I never wrote any programs large enough, or
> complicated enough, to run out of line space.
My last big Python app was about 450 lines of code - and
it had LOTS of option switches (TOO many!). Things got
nested really deep sometimes.
Shrank that to about 250 lines of Pascal (the re-think
plus leaving out the options even I never used).
> This is what I do not like about power shell. Some of the commands are
> way too long to type. I like ls, df, du & co! It would be horrible to
> have to type list_files every time.
I kinda have to admit, or brag, that I never used PowerShell.
But yea, shortish generally IS a lot better. Longish is
one reason I hate JS, and then there was COBOL :-)
Haven't done a COBOL app for a long time ... I'll have
to do something ... found a COBOL IDE of sorts somewhere ...
ah, OpenCobolIDE (a PyPy pgm).