March 12th, 2004, 1:59 pm
Thanks, its only in Beta and has a way to go, the structure is there but the functionality stillneed to be added.How do you keep track of method calls that affect the state of the object with each call. InExcel, there is no clear way to limit the number of times it updates the formula cells, so amethod which should add a value to an object, might wind up adding it several times, simlplybecause Excel is refreshing the sheet. Is it possible that you do not make stateful methodcalls which depend on how many times they are being invoked?Sorry to get going on about this but it is a pretty important issue.I am not a particular fan of anything in computers. A computers some box you program if itdoes what you want that's good if it does not then that's bad. Java,C, Assembly, VB, Office...I raelly don't care... OO, procedural, AOP who cares... I judge software by functionality andeasy of use, that's it...