December 20, 2002

More code generation articles

MDA from a Developer’s Perspective and Alex’s comments on it. I can’t emphasize enough that you should never modify generated code. But instead of Alex’s subclassing approach, I tend to have customizations as an abstract parent of the generated code. When the code is generated it checks to see if there is customization class out there and if so extends that class. That way the user of the object never needs to know whether the item is generated or not and everything is named consistently.

Next: One IDE for the team
Previous: Yeah, that's usable...