I have used #readStream and variants for a long time; I think you will like it if you try it. The code is cleaner, avoids a set of parentheses at each call, and one can always create variants on it when more control is necessary. Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Michael Roberts Sent: Friday, September 04, 2009 2:45 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] [ANN] I also prefer ReadStream on: since it is explicit about the stream you want rather than expecting the collection to know and have the protocol. I don't really see the need to rewrite the whole image. Cheers mike On Friday, September 4, 2009, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Peter you should have a look at Squeak by example and soon pharo by example
in short if you had a category with *MyPackage in a class of another package then your package MyPackage will contain the extensions.
You can see the extension by clicking on the Monticello browser and clicking browse.
In fact this is a good practice to check the extensions of a package before publishing it.
I can show you during the break :)
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project