fsteeg.com
| notes
| tags
∞ /notes/mdd
| 2006-03-01
| programming
MDD
An example of an area where MDD is really the established way to do things are Parser-Generators like YACC, ANTLR or JavaCC. I'd guess that is because it is required and common there to have a well-defined model, that is the Grammar of the language to parse.