Folks,
As many do, I often comment out lines of code and leave them lying around in my source code.
What I’d like to do is undertake a little house cleaning, and strip out all that clutter.
However, I’d like to verify that I get the same binaries when I’m done.
Ideally I’d like to clean each module one at a time and check each obj file against the cluttered version.
(Yes, I use a revision control system, but checking by hand is too error prone.)
The biggest problem I’ve had so far is the sprinkling of date/time stamps in the files screwing up the comparison process.
Any ideas?
Thanks,
John Miramonti