help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fwd: Re: [Help-smalltalk] iliad and blocks]


From: Paolo Bonzini
Subject: Re: [Fwd: Re: [Help-smalltalk] iliad and blocks]
Date: Mon, 22 Jun 2009 15:42:36 +0200
User-agent: Thunderbird 2.0.0.17 (X11/20081009)


     contents [
         ^[ :e |
             e
                 build: self headerContent;
                 build: menu;
                 break;
                 build: self mainContent;
Note that then mainContent could return just a widget, like "^Login new".

Yes, that's another improvement :)

It's really nice to have external critics about your code, especially
when you have been locked up alone with it for a while, and don't always
see the mistakes you make...

These are not mistakes. :-)

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]