How to think practically when writing the code? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How to think practically when writing the code?

In Java/python

18th Feb 2023, 2:01 PM
Vatsal Parmar
Vatsal Parmar - avatar
3 Respuestas
+ 8
That's where pseudocode comes in handy. You write all the steps and steps of steps down and then bring it over to your coding.
18th Feb 2023, 2:09 PM
Ausgrindtube
Ausgrindtube - avatar
+ 5
First draw a flowchart or algorithm of a problem then convert it into a program
19th Feb 2023, 1:10 AM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
+ 4
Its always best to draw it out first if its going to be complex
18th Feb 2023, 9:48 PM
D_Stark
D_Stark - avatar