CodeGeneration

ThoughtStorms Wiki

Context : ProgrammingStuff

Now there's AI Code Generation : ComputerAidedProgramming

See also LanguageOrientedProgramming

Hi Phil. I am also experimenting with code generation recently, and more particuraliry with the 'scaffolding' technique known from Ruby on Rails (see my blog post: http://brudnopis.blogspot.com/2006/08/why-scaffolding-validation-and.html)..) Tonight I just had one more idea to this - how about generating not just one working set of files but also variants of the generated files exemplifying some special techniques, or for other purposes, so that the programmer can just copy one file to another and see how the whole thing works. – ZbigniewLukasiak

See also :