|
|
|
|
|
by jvanderbot
817 days ago
|
|
My biggest annoyance is when I get some tooling from some other team, and they're like "oh just extend this Python script". It'll operate on local files, using shell commands, in a non-reentrant way, with only customization from commenting out code. Maybe there's some argparse but you end up writing a program using their giant args as primitives. Guys just write small programs and chain them. The wisdom of the ancients is continuously lost. |
|
https://docs.python.org/3/library/fileinput.html