Topics related to the generation of code as the output of an application, instead of directly writing code by a programmer.
Just out of curiosity, are there any (stable) open source projects for runtime java code generation other than cglib? And …
java code-generation cglibThe Problem I have a bunch of custom files in a visual studio 2010 project. I need to run a tool …
visual-studio-2010 msbuild code-generation build-process customtoolI am a new developer on android application. I would like to get the ISO Country code when I pass …
android mobile code-generation countryI'm generating the bulk of my ASP.NET MVC scaffolding code. All generated files are partial classes which use standard …
c# naming-conventions code-generation partial-classesI am working on a code generator project that creates solution with customizable layers. for now I am able to …
c# visual-studio msbuild code-generation solutionI've read: Wikipedia Code Generation vs. Metaprogramming The art of Metaprogramming Metaprogramming at c2.com and I confess some confusion …
language-agnostic code-generation metaprogrammingIs this possible? Haven't seen much discussion on it.
java hibernate code-generation lombokI use Apache Thrift to generate code in target/generated-sources. The Thrift compiler produces a directory named gen-java which contains …
maven code-generation thriftIn Visual Studio if I define a class to implement an interface e.g. class MyObject : ISerializable {} I am able …
objective-c xcode refactoring code-generationI am using T4 in Visual Studio 2010, and I want to iterate over the files in my solution, however I …
c# visual-studio code-generation t4