Open xarafaxz opened 7 years ago
This should be at least four pull requests, one for each feature.
For each feature (pull request) I would recommend to also update README.md with a short description if the usage is changing. This helps users understand how to use the tool.
This should be at least four pull requests, one for each feature.
Well that's a lot of work. And only inline config comments are easly separable. Getopt based parsing influence everything else. For example to separate: custom mib hashing i need to write old style parsing, and then cleans it up in another patch.
Also the whole patch is tested with internal project tests, my internals, and use productively. If i split it into four i need to test every one as a separate.
For each feature (pull request) I would recommend to also update README.md with a short description if the usage is changing. This helps users understand how to use the tool.
Currently command line parsing should be fully compatible with older version (0.9.8), so no user intervention is required.
Changing command line options should be discused separatly.
Well that's a lot of work.
I am not going anywhere. I am looking forward to it as some are something I had in mind for a long time but never did it, for example the getopt feature.