Flowcharting
A flowchart is a graphical representation of a program flow.
A flowchart has the same components as a program.
It is a good idea to make a flowchart before starting coding. A flowchart achieves two results:
- A flowchart can reveal cases unknown to self.
- A flowchart will represent others what will be done.
Is there a case when a flowchart is not needed? Yes. Flowchart is not needed for iterative development, when incremental changes are done to the code.
Comments
Post a Comment