|
From: David G. <go...@us...> - 2002-08-04 15:27:36
|
Aahz wrote: > I was a bit confused about the relationship between write() and > translate(); I think the latter might be better named "visit()". I think of "visit()" as an abstract tree traversal operation: the mechanics. "translate()" is what the "visit" is actually accomplishing: semantics. Perhaps "transform()" would have been better, but it was already taken. ;-) -- David Goodger <go...@us...> Open-source projects: - Python Docutils: http://docutils.sourceforge.net/ (includes reStructuredText: http://docutils.sf.net/rst.html) - The Go Tools Project: http://gotools.sourceforge.net/ |