Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save simpleprogrammer-shared/b8bdfe7ad0c525208d2b0b746692922d to your computer and use it in GitHub Desktop.
Save simpleprogrammer-shared/b8bdfe7ad0c525208d2b0b746692922d to your computer and use it in GitHub Desktop.
Types of Duplication in Code 6
public void DoFitnessActivity(Action activity)
{
GetDressed();
activity();
Shower();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment