Is making flowcharts and algorithms necessary for beginners ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 10

Is making flowcharts and algorithms necessary for beginners ?

I'm the first one in the class to know how to code but our teacher told us that before coding you should know how to make algorithm and flowchart .My question is that ,can we skip these and jump directly to coding (Python) . I know the basics of coding so I'll not have trouble on learning 'em but I wanna learn more . I want to master C++ for game development .

6th May 2018, 4:43 AM
Game'OBot
Game'OBot - avatar
1 Resposta
0
Theoretically yes, but practically no. You should learn how to plan ahead. Sometimes it isnā€™t necessary, because you can think it through in your mind, but that skill of thinking it through in your mind is mostly acquired with thinking it through on paper. If you donā€™t learn how to plan, you could end up with messy code that constantly has to compensate for its not being uniformly designed.
13th Apr 2024, 3:51 PM
Wilbur Jaywright
Wilbur Jaywright - avatar