|
|
|
|
|
by userbinator
4154 days ago
|
|
That was interesting to read and certainly a different approach to solving a problem, but the biggest question I had in my mind while reading the article was "is it really necessary to create all this complexity --- and how does it compare to the traditional getopt()?" I've used getopt() many times, even implemented its functionality for fun, and parsing commandline arguments has never been something I thought was particularly difficult or complex. |
|
Of course, this is also the biggest fault, I would think. You rarely have the luxury of understanding to this level all of the parts of your program. And something like command line parsing probably is not the bottleneck in any way of your program.