Re: Is there a way to store workspace 'gists' in Pharo?
Posted by
stepharo on
Nov 11, 2014; 9:13pm
URL: https://forum.world.st/Is-there-a-way-to-store-workspace-gists-in-Pharo-tp4789471p4789857.html
In fact I try to avoid utilities class by defining as few as
possible but the mandatory/handy class side methods on the most
relevant class.
My point is that if you script is useful then it can be an
interesting method with some parameters and its "instantiation" can
be just a class side method
calling a method with the right parameters.
<<
I
usually create a method and a class.
because
script do not compose well.
>>
ᐧ