Cut-And-Paste Code Reuse

Definition:

  • Cut and Paste is a powerful tool for writing code fast but it results in many copies of the same code each of which must be maintained in parallel.

References:

Quality attributes

  • - Code Example

  • - Cause and Effect

  • - Frequency

  • - Refactoring