Flowchart with subroutine
I am not really sure how to correctly describe my question, so please forgive me if this is a duplicate. I am creating a flowchart for my program where I implement a method. Let’s assume I call this method someMethod.
The flowchart segment below is unstructured. Redraw the flowchart segment so that it does the same thing but is structured [closed]
Closed 3 days ago.
The flowchart segment below is unstructured. Redraw the flowchart segment so that it does the same thing but is structured [closed]
Closed 3 days ago.
Draw a Call Graph
I’m maintaining an old code base written in python. In particular there is a complex piece of code that from a module calls other functions from other modules that call other functions and so on. It is not OOP, just functions and modules.
I’ve tried to keep track where the flow begins and ends anytime I call the main function but I feel I need to draw this because I’m getting lost in the sub-calls.
Flowcharting a Get-ter
I’m not quite sure of the proper flowchart notation for returning an object/value from a function (I’m also looking for some quick tips on proper flowcharting notation in general, if anyone notices any glaring issues).