Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save simpleprogrammer-shared/1e1a1ffeebaae3603af2b5fa0d7b55dc to your computer and use it in GitHub Desktop.
Save simpleprogrammer-shared/1e1a1ffeebaae3603af2b5fa0d7b55dc to your computer and use it in GitHub Desktop.
Types of Duplication in Code 4
public T FindMatch(T t)
{
var match = (T)container.Get(t);
return match;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment