Skip to content

Instantly share code, notes, and snippets.

@briandonahue
Created May 24, 2011 18:24
Show Gist options
  • Save briandonahue/989315 to your computer and use it in GitHub Desktop.
Save briandonahue/989315 to your computer and use it in GitHub Desktop.
Dumb
if (model.IsPotential)
{
// do some stuff
}
if (!model.IsPotential)
{
// do something else
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment