Ten Essential Development Practices

Jorge Godoy godoy at ieee.org
Fri Jul 29 13:19:05 EDT 2005


Michael Hoffman wrote:

> He spends so much space on "Create Consistent Command-Line Interfaces,"
> a section that, in Python, could be replaced with a simple "Use optparse."

In Perl there's also the equivalent of optparse, but where does it guarantee
that you'll use consistent name options and design a good interface?  I
think he's point is much broader than parsing input from the command line.

-- 
Jorge Godoy      <godoy at ieee.org>




More information about the Python-list mailing list