description
Codegen is a UML Class Diagram (XMI and Dia) to C# and VB.NET code generator. It can also output using XSLT Templates which adds support for virtually any language.
As every good code generator it doesn't try to generate your great implementations. It will try to convert your UML Class Diagram into skeleton code (which is IMHO a boring and automatable task). A good thing about this UML to skeleton code generator is that it forces the developer to design first, code later (reverse engineering to a UML class diagram is cool for refactoring, but this code generator isn't yet meant for refactory tasks. It's, however, a possible future feature of it).
This is the Subversion URL: https://svn.cronos.be/svn/codegen
|