Code Cleanup

As a software developer, chances are you occasionally inherit code from someone else that does not meet your coding standards. This makes it very difficult to even read, much less maintain and enhance. Given tight deadlines and time constraints, even your own code may have inconsistent indentation, naming conventions, and comment structures, along with procedures without error handling and other problems. Trying to fix this manually is an extremely time consuming and error prone process.

The Code Cleanup tool addresses these problems by applying consistent formatting, adding error handling to procedures that lack it, and more.

When you invoke Code Cleanup, a warning message appears:

Code Cleanup Warning

If you have made a backup and checked out all your modules if you are using Visual SourceSafe, press [OK]. Otherwise, press [Cancel] and address these issues.