DEV Community

Discussion on: Diagrams as code 2.0

Collapse
 
dcsh0x profile image
DC[Sh0X]

Can you create a C++ skeleton based on your diagram code?
Also I was wondering, how about languages like C or straight ASM? I do work quite a bit at this level and usually all this tools don't tend to help you much once you're out of the OO world. I feel this is different with Structurizr. Do you have any tips for procedural languages?

Regards.

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).