[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/browser -
widget.py:1.1.2.4
Stephan Richter
stephan.richter at tufts.edu
Sun Feb 8 20:39:28 EST 2004
On Sunday 08 February 2004 17:47, Dave Fregon wrote:
> +class ISimpleEditingWidget(IBrowserWidget, IEditWidget):
> +
> + width = Attribute("XXX - needs documentation")
> + height = Attribute("XXX - needs documentation")
> + extra = Attribute("XXX - needs documentation")
> +
Please do not do this!!! Take the 5 minutes and add a meaningful doc string.
The API doc tool is useless with doc strings like this.
Regards,
Stephan
--
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
More information about the Zope3-Checkins
mailing list