|
|
|
|
|
by fyrn_
404 days ago
|
|
Hard disagree.
Standardized flag parsing is a blessing on us all, do not want to jave to figure out what flag convention the author picked to implement of the many lile one does with non getopt c programs. Don't disagree with the principle, there are a lot of trivial pythong deps, but rolling your own argument parsing is not the way |
|
If youve never thought about it, it might seem like you need an off-the-shelf dependency. But as programmers sometimes we should think a bit more before we make that decision.