March 18, 2014
11:24 a.m.
On Tue, Mar 18, 2014 at 11:46 AM, Sven Van Caekenberghe <sven@stfx.eu>wrote:
On 18 Mar 2014, at 11:42, Pharo4Stef <pharo4Stef@free.fr> wrote:
yes but my projects are often not related.
What I mean is: make a meta Metacello configuration, ConfigurationOfStef, that loads everything you need by dependency.
Once, Mariano convinced me to do it this way and it was fine. Additionally, Metacello groups can be used to define multiple unrelated "working environments". Currently, I like to use .st startup scripts to define automatic small actions, and trigger Metacello for more complex actions. MartÃn