Related articles |
---|
Flowchart generator? pocock@oasys.dt.navy.mil (1994-07-11) |
Re: Flowchart generator? matt@waikato.ac.nz (1994-07-29) |
Re: Flowchart generator? stevem@dcs.gla.ac.uk (1994-08-01) |
Re: Flowchart generator? ronalds60@aol.com (1994-08-02) |
Re: Flowchart generator? stevem@dcs.gla.ac.uk (1994-08-03) |
Newsgroups: | comp.compilers |
From: | matt@waikato.ac.nz (Matt Melchert) |
Keywords: | tools, design, comment |
Organization: | University of Waikato, Hamilton, New Zealand |
References: | 94-07-057 |
Date: | Fri, 29 Jul 1994 02:11:32 GMT |
Our moderator said:
> [I didn't realize that anyone still used flowcharts. I used Autoflow, once,
> in about 1970. -John]
Just a hypothetical point to stir things up. One of the reasons
flowcharts fell out of favour as a documentation device is that as the
program was modified and bits were scratched out and new bits were added,
the flowchart eventually became incomprehensible. But that was when they
were drawn by hand, and programming tended to be messy and undisciplined.
Surely today, with modular programming techniques and CAD programs, that
would not be such a problem.
On a different note, there have been some attempts at a graphical editor
for parallel programming, which shows the multi-dimensional structure of a
parallel program more clearly than a linear textual representation does.
These can resemble flowcharts. So perhaps they're not dead after all.
Matt
[Back in the dark ages, the theory was that you drew the flowchart, using
your handy flowchart template and some graph paper, and coded from that.
Programs like Autoflow semed to be there mostly for the benefit of
programmers who for bureaucratic reasons had to produce flowcharts
retroactively after they'd already finished the code. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.