[ENH] isKindOf: ColorForm -> isColorForm

Jim Benson jb at speed.net
Wed Oct 17 21:47:03 UTC 2001


Replaces the term:

isKindOf: ColorForm

with

isColorForm

in several spots. There are quite a few similar usages in the image where
'isKindOf: XXXX' is sent where 'isXXXX' is available. After the talk last
week of the evils of 'isKindOf:', I thought I might try to clean up one
small corner of the image (actually, I tried to replace them with GOTOs, but
that didn't seem to have the desired effect ;-)

There are many other areas that could be cleaned up in the same manner
(Including but not limited to):

isBehavior
isInteger
isCollection
isString
isNumber
isColor
isStream
isAlignmentMorph

Jim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: isColorFormReplacement.1.cs.gz
Type: application/octet-stream
Size: 2156 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20011017/ef3823e7/isColorFormReplacement.1.cs.obj


More information about the Squeak-dev mailing list