Modeling Maturity Levels: Difference between revisions

Content deleted Content added
Ffariajr (talk | contribs)
m I think it's a bit of an ambiguous claim that could lead people to think they can just "model" entire software systems and not have to write any code.
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Citation needed}}
Line 8:
;Level 3: '''Models with Text:''' the specification of software is written down in one or more models. In addition to these models, natural language text is used to explain details, the background, and the motivation of the models, but the core of the specifications lies in the models.
;Level 4: '''Precise Models:''' the specification of the software is written down in one or more models. Natural language can still be used to explain the background and motivation of the models, but it takes on the same role as comments in source code.
;Level 5: '''Models only:''' the models are precise and detailed enough to allow complete code generation. The code generators at this level have become as trustworthy as compilers, therefore no developer needs to even look at the generated code. {{Citation needed|date=March 2021}}
 
==References==