Code generation rules.
Norman Richard:Words to live by. I like to generate code right into the build directory, somewhere like
- Never check generated files into the repository
- Never generate code using a tool that can't be automated
./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