DEV Community

Discussion on: Diagrams as code 2.0

Collapse
 
simonbrown profile image
Simon Brown

Can you create a C++ skeleton based on your diagram code?

I don't know of anybody doing this, but yes, you could.

Do you have any tips for procedural languages?

It depends what you're asking, but yes, the C4 model (and therefore the Structurizr tooling) is equally applicable to procedural languages ... C4 model "components" are groupings of code level elements (e.g. files, functions, etc).