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.
3 odpowiedzi
+ 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? :>
+ 1
Do whatever works for you
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.