Actually, the ugly (Smalltalk at: #XYZ) can be replaced by the shorter and more 
elegant #XYZ asClass.

But loading a stable or development configuration can be condensed in one 
single expression:

Gofer it
  smalltalkhubUser: 'UdoSchneider' project: 'FileSystemNetwork';
  configurationOf;
  loadDevelopment.

Cool, right ?

> On 03 Dec 2014, at 15:57, Udo Schneider <udo.schnei...@homeaddress.de> wrote:
> 
> On 03/12/14 14:41, Udo Schneider wrote:
>> ((Smalltalk at: #ConfigurationOfFileSystemNetwork) project version:
>> #develop) load.
> This should have been
> 
> (Smalltalk at: #ConfigurationOfFileSystemNetwork) project version: 
> #development) load.
> 
> of course.
> 
> CU,
> 
> Udo
> 
> 
> 


Reply via email to