[Seaside] Working with proxies

Avi Bryant avi.bryant at gmail.com
Tue Dec 14 18:51:11 CET 2004


On Tue, 14 Dec 2004 10:54:03 -0500, Bany, Michel <mbany at cincom.com> wrote:

> I suggest to refactor it by something like 
> 
> ((SeasidePlatformSupport isNotProxy: receiver) and: 
> [receiver class instSize > 0]) ifTrue: 
> 
> This allows to check for a proxy before sending #class 
> and has the benefit of making the code more 'intention revealing'. 

Looks great, thanks.  I'll include this soon.

Avi


More information about the Seaside mailing list