[Dynamite] Inheritance

Ian Holmes ihh@fruitfly.org
Tue, 7 Mar 2000 16:12:12 -0800 (PST)


On Wed, 8 Mar 2000, Ewan Birney wrote:

> I suspect if we put one method into a vf function, we should put all
> of them in there.

Christ -- this is a nightmare.

I think we'd be better off duplicating code for the time being.

> things like SingleModel I think could/should be fully concrete.

Don't speak too soon. I had been thinking about subclassing SingleModel to
make a local->global adapter class.

Not having constructors (or any static methods) is a fucking pain btw.
It's all very well if you're running code on a remote server, where static
methods make no sense, but it's kind of pissing me off here. Oh well.