While I have been doing some basic reading on DSLs and their use in generating code for the implementation of a functionality, I wish to know how this would work should I require to enhance the application that was initially created using DSLs and code generators.
My understanding is that subsequent to creating code for the very first time, it will be difficult if not impossible to reuse the DSL and associated code generator utilities to incorporate enhancements to an existing application.
I would highly appreciate any response that will help me understand this aspect better.