So, thanks to the Visualization and Modeling Feature Pack , I can build an uml model diagram and create a bunch of classes.
But what now? My developers are supposed to add code to these classes. Useful code, valuable code, and, like the templates themselves, indicate:
// Changes to this file will be lost if the code is regenerated.
So what's the best solution here? Can I make a simulation project reflect changes in real classes? Should I generate partial classes? Change default templates to read class files instead of automatically generating everything that has been changed? Should I tell developers not to edit model files under pain .... well, pain?
Thanks for the tips.
source
share