Sciweavers

ESE
2008

"Cloning considered harmful" considered harmful: patterns of cloning in software

13 years 4 months ago
"Cloning considered harmful" considered harmful: patterns of cloning in software
Literature on the topic of code cloning often asserts that duplicating code within a software system is a bad practice, that it causes harm to the system's design and should be avoided. However, in our studies, we have found significant evidence that cloning is often used in a variety of ways as a principled engineering tool. For example, one way to evaluate possible new features for a system is to clone the affected subsystems and introduce the new features there, in a kind of sandbox testbed. As features mature and become stable within the experimental subsystems, they can be migrated incrementally into the stable code base; in this way, the risk of introducing instabilities in the stable version is minimized. This paper describes several patterns of cloning that we have observed in our case studies and discusses the advantages and disadvantages associated with using them. We also examine through a case study the frequencies of these clones in two medium-sized open source softwa...
Cory Kapser, Michael W. Godfrey
Added 10 Dec 2010
Updated 10 Dec 2010
Type Journal
Year 2008
Where ESE
Authors Cory Kapser, Michael W. Godfrey
Comments (0)