G
Greg Coles0n
I need to clean up some sloppy programming in a project I am working
on. The previous coder did not believe in functions, they just
duplicated the same code a lot. Is there some utility that can give me
some type of listing of duplicated sections of code so I can make them
into functions?
I expect this could be a utility that could be easy to write, but take
a long time to run depending on the length of duplication it was
looking for.
on. The previous coder did not believe in functions, they just
duplicated the same code a lot. Is there some utility that can give me
some type of listing of duplicated sections of code so I can make them
into functions?
I expect this could be a utility that could be easy to write, but take
a long time to run depending on the length of duplication it was
looking for.