I've been looking over how the Value object works, and I'm wondering if
there is a point/use of remembering the column number after the initial
constructor is called?  There is a protected method columnNumber(), but
the only thing in Town that calls this is the record.isClean(String)
method, but this is actually a hack (it should just call
schema.index(String) directly rather than this end around).

Does anybody have any use for it?  I just as soon remove it as it'll
save a tid bit of memory and just makes the code a little more correct
from an object modelling perspective in my mind.  Jon, I think this is
some old Village code so you might want to check if you're doing this in
Village as well.

Serge Knystautas
Loki Technologies
http://www.lokitech.com/


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to