Unification of Methods and Functions

Greg Ewing greg at cosc.canterbury.ac.nz
Thu May 20 21:40:59 EDT 2004


Kevin G wrote:
> Seems to me there's a semantic problem here: if you can't re-calculate
> it, then by definition it's not redundant.]

Obviously if it's redundant then in principle you can
always recalculate it. But if you don't plan for that,
you can end up not having any piece of code in the
system you can call to recalculate it. Approaching the
problem from the cacheing perspective at least ensures
that you do have such a piece of code.

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg




More information about the Python-list mailing list