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.
2016
2016
When an object, of any nature, is displayed and selectable on a computer screen, users expect it to be copy-and-paste-able: one… 
2012
2012
Software Systems are evolving by adding new functions and modifying existing functions over time. Through the evolution, 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
In computing, inline expansion, or inlining, is a manual or compiler optimization that replaces a function call site with the… 
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…