Blogging Roller

Dave Johnson on open web technologies, social software and software development

Code generation rules.

Norman Richard:
  • Never check generated files into the repository
  • Never generate code using a tool that can't be automated
Words to live by. I like to generate code right into the build directory, somewhere like ./build/src.gen, to ensure it gets blown away by a build clean and to ensure that everybody knows it.

Dave Johnson in General • 🕒 06:20PM Aug 06, 2003
Tags: General
Comments:

Post a Comment:
  • HTML Syntax: NOT allowed