|
Re: Method category tags: msg#00201lang.smalltalk.squeak.beginners
On 2/26/08, cdrick <cdrick65@xxxxxxxxx> wrote: Hi The only reason I could think of would be for speed. In the olden days, Smalltalk systems ran very slow, so code was often written in an inelegant but fast manner to get good performance. I don't believe that the categories have been refactored much since they were originally designed back in the 80s. Matthew also said we could adopt Namespace/Category like Gulik's work on My namespaces implementation replaces class categories, but doesn't (yet) do anything with method categories. I might leave method categories as they are for the meanwhile; it would be a low-priority refactoring to change them. I'm never going to advocate integrating my Namespaces implementation into the squeak.org image. It would be a bad idea -- squeak.org needs to remain compatible with the large base of code out there, and my Namespaces solution breaks backwards compatibility. Instead, I'm making a fork of Squeak called SecureSqueak which will use Namespaces extensively. Gulik. -- http://people.squeakfoundation.org/person/mikevdg http://gulik.pbwiki.com/ _______________________________________________ Beginners mailing list Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx http://lists.squeakfoundation.org/mailman/listinfo/beginners
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Method category tags, cdrick |
|---|---|
| Next by Date: | Re: Method category tags, cdrick |
| Previous by Thread: | Re: Method category tags, David Röthlisberger |
| Next by Thread: | Re: Method category tags, cdrick |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |