Skip to main content

Code Duplication - Why and How to Detect It

Re-using code through copying and pasting is omnipresent in software development. Yet, it introduces redundancy that needs to be managed. If a change needs to be made in a piece of copied code, the same change may need to be replicated in each copy. This presentation summarizes the existing scientific body of knowledge on the why and how to detect duplicated code.