|
|
|
|
|
by a_c
2177 days ago
|
|
Sort of tangential.
While there are lots of tools to convert code into diagram, I wonder if there are tools to convert diagram into code with defined rules. Am asking because there are lots of programming illiterate colleagues. By encoding the business rules into drawing rules, one could potentially delegate the business logic writing part to non-coding staff |
|
This was mainly promoted and developed by the creators of UML and has strong ties to it. That was UML's vision after all, a visual diagram language that unambiguously captures the essense of a program.
The Eclipse Modeling Framework is a framework that implements this approach.
I think MDE was up and coming around the end of the 2000s. As far as I know it didn't really go anywhere.