[Seaside] session reference

Avi Bryant seaside@lists.squeakfoundation.org
Mon, 9 Dec 2002 17:10:16 -0800 (PST)


On Mon, 9 Dec 2002, Jeffrey Odell wrote:

> I'll have to take a look - you are suggesting that every time the Class
> definition is compiled, it auto-generates the accessors, right?

Yeah.

> Dolphin
> has the refactoring browser baked in well, so it would be a matter of
> tying in to it.

Really?  In Squeak you'd just create a new #subclass:... method (class
defn's are just treated as DoIts by the browser).

> I'm assuming removal would be manual?

What I've done before is put such methods in a 'generated' category, that
gets removed entirely whenever the definition changes.

Avi