[ENH] CommentChecker - check class comments for package

David T. Lewis lewis at mail.msen.com
Thu Aug 26 17:04:56 UTC 2004


This change set checks a package to make sure that it has a reasonable
number of class comments. This is intended as a check to be considered
prior to accepting a package for inclusion in the image.

For a packaged identified by a category:
	SystemOrganization commentInventory: 'Morphic*'

Or, for any class in package of interest:
	Morph commentInventory

These queries answer a string such as this:
  There are 411 classes in Morphic* of which 225 have comments
  and 186 do not yet have comments.

For a list of uncommented classes in a category:
	SystemOrganization uncommentedClassesIn: 'Morphic*'

Dave

-------------- next part --------------
A non-text attachment was scrubbed...
Name: CommentChecker-dtl.cs.gz
Type: application/x-gunzip
Size: 1021 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040826/5403eca2/CommentChecker-dtl.cs.bin


More information about the Squeak-dev mailing list