My apologies if this is old-hat, I have been away from Smalltalk for several years... I would like to translate this:
into something like this:
suggestions appreciated, thx _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi ‘gettimothy’: html tbsAlert perform: m; with: [ … ]. Note, however, that use of #’perform:’ is frowned-upon in some circles and you might be encouraged to find a more “object-oriented” way to do this. James
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
James, Thank you.
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Administrator
|
In reply to this post by jgfoster
jgfoster wrote
> Note, however, that use of #’perform:’ is frowned-upon in some circles and > you might be encouraged to find a more “object-oriented” way to do this. Although we don't have much context about the project, I would probably also just use perform. Unless this is demo code for a presentation about beautiful OOP ;) ----- Cheers, Sean -- Sent from: http://forum.world.st/Seaside-General-f86180.html _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Cheers,
Sean |
Free forum by Nabble | Edit this page |