Program to an interface, not to an implementationNot sure if this has a source, but it’s a great concept.
public namespace Wes { public class Me { public string FirstName = "Wesley"; public string LastName = "McClure"; public string Handle = "g0t4"; } }