Tagged Questions

2
votes
4answers
107 views

What is the best way to find duplicate code?

What tools can I used to find duplicate code that is a good candiate for refactoring? Update: Any language, any IDE.
1
vote
6answers
186 views

Orthogonal variables code duplication problem

I've started refactoring some legacy code recently and came across two functions for drawing a coordinate grid, the problem is that these functions differ only in orthogonal variables they treat, …