We have now around four utility scripts which have a vast amount of code in common. Duplication is BAD!
We need to abstract out common functionality into a utility module and possibly also make the command line tools a single tool with dispatchers to different sub-commands.
[from http://www.wiki-toolkit.org/ticket/30]
We have now around four utility scripts which have a vast amount of code in common. Duplication is BAD!
We need to abstract out common functionality into a utility module and possibly also make the command line tools a single tool with dispatchers to different sub-commands.