SimpleMorphic

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

SimpleMorphic

Torsten Bergmann
Dave wrote:
>I do like the the prefix "SMx" by the way. It can mean whatever you
>want it to mean in the future, and I've learned that it is never a
>good idea to have the term "simple" in a class name ;-)

(Object allSubclasses select: [:each | (each name asLowercase findString:
'simple') > 0]) inspect

No further comments ;)
Bye
T.
--
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail

Reply | Threaded
Open this post in threaded view
|

Re: SimpleMorphic

Hannes Hirzel
Nice code snippet;

for the curious there are
.
.
.
.
.






















































































30 classes with 'simple' in the name in  Squeak 4.2-10645


--Hannes

On 11/11/10, Torsten Bergmann <[hidden email]> wrote:

> Dave wrote:
>>I do like the the prefix "SMx" by the way. It can mean whatever you
>>want it to mean in the future, and I've learned that it is never a
>>good idea to have the term "simple" in a class name ;-)
>
> (Object allSubclasses select: [:each | (each name asLowercase findString:
> 'simple') > 0]) inspect
>
> No further comments ;)
> Bye
> T.
> --
> Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!
> Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail
>
>