Doc strings for a standalone app??
j_mckitrick
j_mckitrick at bigfoot.com
Wed Jun 9 10:05:21 EDT 2004
More information about the Python-list mailing list
Wed Jun 9 10:05:21 EDT 2004
- Previous message (by thread): Doc strings for a standalone app??
- Next message (by thread): Doc strings for a standalone app??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Calvin Spealman <calvin at ironfroggy.com> wrote in message news:<mailman.734.1086739144.6949.python-list at python.org>... > j_mckitrick wrote: > > > Does it make sense to use doc strings rather than #-comments for a > > standalone Python app? If the classes aren't going to be re-used or > > imported, do they need them? > Sure. They are more clear as to the assignment of the comment to a > particular class or function or method, for one thing. It can help when > debugging and/or testing your modules, for another thing. And, you never > know that you'll always release as a standalone, as you might change your > mind or release some of your modules for third-party usage, for a third > thing. > -- How do they help during debugging/testing?
- Previous message (by thread): Doc strings for a standalone app??
- Next message (by thread): Doc strings for a standalone app??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list