Skip to content

Instantly share code, notes, and snippets.

@chamook
Created November 29, 2016 08:20
Show Gist options
  • Select an option

  • Save chamook/0e8fd32e0f830b0c28c30d86ced5abb8 to your computer and use it in GitHub Desktop.

Select an option

Save chamook/0e8fd32e0f830b0c28c30d86ced5abb8 to your computer and use it in GitHub Desktop.
//lurking within other code
var thingFac = new ThingFactory(myThingName, myThingVal);
var thing = thingFac.MakeThing(thirdParam);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment