Deutsch   English   Français   Italiano  
<vaoi58$3m9tm$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Python (was Re: I did not inhale)
Date: Thu, 29 Aug 2024 01:16:24 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <vaoi58$3m9tm$1@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me> <v9m4gd$14scu$1@dont-email.me>
	<20240815182717.189@kylheku.com> <v9npls$1fjus$1@dont-email.me>
	<v9t204$2dofg$1@dont-email.me> <va28pi$3dldm$1@dont-email.me>
	<va2ro9$3gd7v$1@dont-email.me> <va2vt0$3h3gj$1@dont-email.me>
	<va44rh$3p1l6$1@dont-email.me> <va45eq$3pkt9$1@dont-email.me>
	<va4aut$3q4g0$1@dont-email.me> <va4fbr$3qvij$1@dont-email.me>
	<va5108$3tmmd$1@dont-email.me> <va51ok$3tqr9$1@dont-email.me>
	<va5ec2$3vluh$1@dont-email.me> <va6q4g$c1a7$1@dont-email.me>
	<va6rpa$c6bg$1@dont-email.me> <va6se9$cb8e$1@dont-email.me>
	<20240826083330.00004760@gmail.com> <vaises$2k7o6$2@dont-email.me>
	<20240826155113.000005ba@gmail.com> <wwvo75eicla.fsf@LkoBDZeT.terraraq.uk>
	<vak9k9$2ujrs$1@dont-email.me> <valgpu$34s18$1@dont-email.me>
	<vannkg$3ig72$1@dont-email.me> <vanrd8$3j0vv$1@dont-email.me>
	<vantnp$3j94i$1@dont-email.me> <vao9h0$3l470$1@dont-email.me>
	<vaobe7$3lbp1$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 29 Aug 2024 03:16:24 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a3e0b73fdd7ebf903f98fecca6ec3d09";
	logging-data="3876790"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19j6K1m17y0PL8Lf6eD9p8y"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:aDnImlC2860cRjSMfI67SDA0laA=
Bytes: 2542

On Thu, 29 Aug 2024 00:21:43 +0100, Bart wrote:

> On 28/08/2024 23:49, Lawrence D'Oliveiro wrote:
>
>> On Wed, 28 Aug 2024 20:27:53 +0100, Bart wrote:
>> 
>>> The main problem isn't in changing the indentation of a block of code;
>>> it is in HAVING to do so because of poor language design.
>> 
>> If you think the need for refactoring is something that can be solved
>> by “language design”, I’d like to hear how.
> 
> The aim is to not NEED refactoring when you are playing around with
> different, short-term bits of code.

“Playing around” is exactly one of those situations where you will need to 
do all kinds of things to the code, including refactoring.