Played with Metacello:
1. there are various typos in the lessons of the tutorial
   (looks like it was really written in a hurry)

2. there are two special groups introduced in lesson10 
   "default" and "ALL" - why in a different case?

3. if these are special then it would be nice to
   have

    (MetacelloTutorialConfig project version: '1.0') loadAll.
    (MetacelloTutorialConfig project version: '1.0') loadDefault.

4. lesson11Author
   Is the author the initials or the full name?
   
   In Java's Maven POM (Project Object Model, an XML style 
   with project infos) one can specify full developer 
   informations, which is good when working in a large team:
   http://maven.apache.org/pom.html#Developers

BTW: There is now a new configuration for external web browser 
     (with a dependency on FFI) - see script below.

Have fun
T.


---------------------------------------------------------------------------
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfExternalWebBrowser';
load.

((Smalltalk at: #ConfigurationOfExternalWebBrowser) project version: '1.0') 
load.


(Smalltalk at: #ExternalWebBrowser) openOnUrl:  'http://www.pharo-project.org'
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to