by Peter Bowen.
Whenever I change code, I do a couple of things.
- Put a comment just before with my name and description of what the change is
- Put a comment at end stating end of changes
- Record the changes in a single place
- Place a copy of the file in the development area
I then during an upgrade, do a compare using a utility such as Notepad++ with the original file, comparing changes, and merge my customisations with the upgraded file. And of course first thing I do is search for the comment... :D
Cheers
Peter