Skip to search formSkip to main contentSkip to account menu

Copy and paste programming

Known as: Copy & paste programming, Copy and Past coding, Cut and paste programming 
Copy-and-paste programming is the production of highly repetitive computer programming code, as produced by copy and paste operations. It is… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
Code clones are syntactically or semantically equivalent code fragments of source code. Copy-and-paste programming allows… 
2014
2014
The aim of this paper is to provide a standpoint on an emerging trend in sharing digital video content over the Internet. The… 
2010
2010
Programmers often copy and paste source code in order to reuse an existing solution in the completion of a current task. Copying… 
2010
2010
Programmers often copy and paste source code in order to reuse an existing solution in the completion of a current task. Copying… 
2010
2010
In computing, inline expansion, or inlining, is a manual or compiler optimization that replaces a function call site with the… 
2010
2010
Source code modification is one of the most frequent operations which developers perform in software life cycle. Such operation… 
2008
2008
Modularity and flexibility can conflict in multi-language systems. For example, the templates commonly used to generate web pages… 
2007
2007
Copy-and-paste is a common practice in industrial software development and maintenance, which results in code clones. Prior… 
2006
2006
Software birthmarks are unique and native characteristics of every software component. Two components having similar birthmarks… 
1997
1997
Complex data structures such as lists and trees are di cult to implement in C in a way that programmers have little or no di…