Skip to content

Instantly share code, notes, and snippets.

@laribee
Created July 25, 2013 19:00
Show Gist options
  • Save laribee/6082717 to your computer and use it in GitHub Desktop.
Save laribee/6082717 to your computer and use it in GitHub Desktop.
public string WhatsWrongWithThisMethod(string something)
{
_state.Set(something);
return _internalState;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment