Sujet : Re: AWK As A Major Systems Programming Language
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.miscDate : 19. Aug 2024, 13:26:12
Autres entêtes
Organisation : Stefan Ram
Message-ID : <class-20240819132530@ram.dialup.fu-berlin.de>
References : 1 2 3 4 5
ram@zedat.fu-berlin.de (Stefan Ram) wrote or quoted:
Trying to make that Python script more user-friendly for folks
who dig awk, then rolling out a sleeker version . . .
The setup with a class and a bunch of named functions had some perks,
though: The class and function names are like a cheat sheet, spilling
the beans on what the coder was up to. They keep things chill by
breaking up the work, each one zeroing in on just one part of the gig.
Plus, they give you a solid jumping-off point for unit tests.