Skip to content

Instantly share code, notes, and snippets.

@stormwild
Created August 4, 2015 01:37
Show Gist options
  • Save stormwild/a44fe4203fd5beb68996 to your computer and use it in GitHub Desktop.
Save stormwild/a44fe4203fd5beb68996 to your computer and use it in GitHub Desktop.

How the user came to find out about the site is described as "How Heard" and usually used within the system as an HowHeard object or variable name.

A better name or description within the system could be ReferralSource.

public class RegistrationViewModel {
  public string HowHeard { get; set; } // acceptable
  public string ReferralSource { get; set; } // better
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment