Re: Is there a way to store workspace 'gists' in Pharo?
Posted by Pierce Ng-3 on Nov 11, 2014; 4:52pm
URL: https://forum.world.st/Is-there-a-way-to-store-workspace-gists-in-Pharo-tp4789471p4789660.html
On Tue, Nov 11, 2014 at 04:37:03PM +0100, stepharo wrote:
> I usually create a method and a class.
> because script do not compose well.
+1 although I don't practise this well. I use ScriptManager but when my images
proliferate it becomes messy to manage the scripts across images.
Pierce