Dear EntitySpaces authors,
MyGeneration has a facility to keep common code in separate sub-templates using #file directive . However I didn't find any of standard MyGeneration/EntitySpaces templates that use "include" approach.
You have 4 templates EntitySpaces_C#_ASCX.csgen,EntitySpaces_C#_ASPX.csgen,EntitySpaces_VB_ASCX.csgen,EntitySpaces_VB_ASPX.csgen which are very similar and, I am sure, have a lot of common code. Why you didn't move common code to separate file(s)?
Is any limitations with this? Will be any issues with step-by-step debugging?
In particular, I want to create my own copy of EntitySpaces_C#_ASCX.csgen and modify it. It would be better, if your templates would be splitted into several files(classes,modules) and I would know, that some sections are left unchanged and some I've modified. It will help me to merge my changes when new versions of the template will be available.
What are your thoughts? I've just started to work with MyGeneration templates and I am worry, am I on a right track?
Michael Freidgeim
Blog:
http://geekswithblogs.net/mnf/