|
|
|
|
|
by sanderjd
371 days ago
|
|
That's all fine and good, but there is always boilerplate that you can't design away. Even the most succinct cli command definition and argument parsing library you could devise is going to require a bunch of option name definition. It's just a fool's errand to think you can stamp out everything that is tedious. It's great that we now have tools that can generate arbitrary code to bridge that gap. |
|