Agile Tortoise
Greg Pierce’s blog
Programming quote of the day
I just finished reading an article in the XML Journal on manipulating XML via DOM. This quote cracked me up:
Note that, within the PrintNodes() function, I’m calling the same function again. This is a key characteristic of a recursive function.
Hmm…Isn’t it _the_ key characteristic? Isn’t it the definition of a recursive function?