Next | Program Repair Shop | 69 |
I'll discuss the function xcopy
This is supposed to perform a recursive directory copy
Usually, when you write a recursive function, you have to take care to avoid global variables
This function is remarkable because it works in spite of failing to do that
(I was amazed.)
Next | Copyright © 2002 M. J. Dominus |