Liste des Groupes | Revenir à l misc |
On 22/08/2024 09:42, Muttley@dastardlyhq.com wrote:Yes, its ultimately subjective. The reasons I don't like it are that I can't>
stand dynamic typing in supposed "proper" languages and the syntatically
meaningful whitespace nonsense they took from Occam really grinds my gears.
In my current job I'm forced to use it but I'd never do it out of choice.
Dynamic typing has its advantages and disadvantages. You do lose a lot
of human checking and static checking when you have dynamic typing, but
you gain flexibility. Have you tried using type annotations in Python?
I am a big fan of clear and consistent layout and indentation, which is
forced on you by Python (and Occam), but I too prefer explicit blocking.
It's harder to get things wrong with explicit blocking, and you are
never faced with space vs. tab conflicts causing semantic changes to the
code.
IMO its fine for small scripts up to maybe a few hundred lines. Beyond that>
no.
Oh, it's fine for /far/ bigger programs than that. But it is excellent
Les messages affichés proviennent d'usenet.