|
From: Jim S. <ja...@ne...> - 2005-09-30 02:07:28
|
Claudio Valderrama C. wrote: >Jim, do you plan to carry dudley, ipserver, journal and wal in Vulcan? If >not, wouldn't it be better to delete all files in those directories? Only >dudley remains in FB2 and mostly by inertia. > >I wasn't aware of those files still living in Vulcan until a bulk >replacement by you marked them as modified in my source comparisons. > > > No, I don't plan to delete them any time soon. History is important to understand the future. Wal is useless since it never worked, the journal was a good subsystem that people can still learn from. Dudley, particularly the trigger language, is a good template on how to write a language processor, something that some stuck from maintaining the dog ISQL could learn from. I almost always leave old colde around commented out wiht /*** and ***/ until I am absolutely certain that the replacement code not only works, but don't introduce new problems. |