April 18, 2013
8:47 p.m.
a bit smarter system does not hurt. Stef On Apr 18, 2013, at 10:15 PM, Sean P. DeNigris <sean@clipperadams.com> wrote:
I tweaked the code because in my most common case, I don't care that it's e.g. aByteString, but only that it's aString:
(argument isKindOf: String) ifTrue: [ ^ 'aString' ]. (argument isKindOf: Collection) ifTrue: [ ^ 'aCollection' ]. (argument isKindOf: Integer) ifTrue: [ ^ 'anInteger' ].
Am I the only one, or would this be useful for everyone? lmk and I'll prepare a slice...
----- Cheers, Sean -- View this message in context: http://forum.world.st/Argument-names-created-by-Debugger-tp4682387.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.