Sujet : Re: Where I do ask for a new feature
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.pythonDate : 20. Oct 2023, 13:43:33
Autres entêtes
Organisation : Stefan Ram
Message-ID : <names-20231020134250@ram.dialup.fu-berlin.de>
References : 1 2 3 4 5 6 7 8 9 10
Thomas Passin <
list1@tompassin.net> writes:
If a name is temporarily needed in a certain place and in a certain
scope then reusing the name shouldn't be a problem.
It's a question of the mental load. When a scope ends, you are
relieved of the mental load of keeping in mind all the names that
are restricted to that scope. Programming is all about readability.