I’m quite familiar with UML for modeling object-oriented applications. However, I’m not familiar with anything specifically designed for designing and/or modeling procedural, functional, or any other paradigm. How do you design or model applications written in a non-object-oriented language?
I’m quite familiar with UML for modeling object-oriented applications. However, I’m not familiar with
Share
Oh golly, there’s a blast from the past.
We used to use flowcharts, pseudocode, data flow diagrams, structure charts, Hierarchy-IPO, ‘coathanger charts’ (which are really a variant of flowcharts), Nassi-Schneiderman diagrams. Among others.
Oh, SADT is another one.