If i want to create a program, do i need a flowchart? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If i want to create a program, do i need a flowchart?

in computer science, there are 2 important factors: flowcharts and pseudocodes. do i really need flowcharts when i find out that pseudocode is easier and reduces time for writing.

6th Aug 2017, 8:36 PM
Sura Wankam
3 Answers
+ 8
We were also taught about how we will need flowcharts and pseudocodes before writing our programs. Methinks this applies to sufficiently large and complicated programs. If you are already comfortable enough to think in C++ directly, why would you write those? :>
7th Aug 2017, 2:01 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
Do whatever works for you
6th Aug 2017, 8:41 PM
Dan Walker
Dan Walker - avatar
0
No. If you can have overview over the code and know which part is responsible for which feature, that is the most important. Flowcharts can be handy, but nowadays code is not that procedural anymore. I use them somethime to define which steps a user has to take, but certainly not to document all of my code.
6th Aug 2017, 9:35 PM
sneeze
sneeze - avatar