Skip to content

Instantly share code, notes, and snippets.

@akimboyko
Created June 19, 2013 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akimboyko/5813127 to your computer and use it in GitHub Desktop.
Save akimboyko/5813127 to your computer and use it in GitHub Desktop.
Five principle of code generation by @KathleenDollard

Five principle of code generation by @KathleenDollard

  1. Code generation has to be under your control, your control being the organization or the individual.
  2. Metadata is discreet and more morphable, and actually metadata is a subgenre all on its own.
  3. Code generation has to be an easy process. It should be a part of the normal continuous integration build process.
  4. Handcrafted code is sacred and protected.
  5. Generated code should be an equal or a better quality than nongenerated code.

From Code Generation and T4 with Kathleen Dollard, Text transcript of show #152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment