Hi all,
I have been given the task of converting an old VB6 program to C#. Unfortunately the project has 8 modules, lots of code in each and tons of nested IF statements and just plan horrible design.
I am hoping to find a tool that would take all the files and generate some sort of UML diagram to show the basic flow of code to allow me to start debugging it.
The program takes in a number of different file types all with slightly different information, but it seems to just deal with them all in a number of large methods calling different methods here and there depending on what the information is.
I know I will have to taken some input files and step through it all looking for what it does in each situation so I can find the similarities and differences to be able to produce a more elegant solution which will be easier to maintain.
Thanks for any and all help