Before to start a program. The first thing you should need to do? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Before to start a program. The first thing you should need to do?

#F #EveryProgram

11th Aug 2018, 7:06 AM
John Moises Pascua
John Moises Pascua - avatar
5 RĂ©ponses
+ 11
Drink water Play pacman 5 push ups Then... you program. On a serious note,nothing is really essential,just start programming
11th Aug 2018, 7:16 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 6
You need to know what you're making code for, and think of all the utilities not provided, which you need to use frequently. Then start coding and test at every step.
11th Aug 2018, 7:08 AM
👑 Prometheus 🇾🇬
👑 Prometheus 🇾🇬 - avatar
+ 1
Routine of champions, ᠌᠌brains ! 😀
11th Aug 2018, 7:35 AM
Janning⭐
Janning⭐ - avatar
+ 1
My approach might look like: 1) Define the problem 2) Work out how solve the problem. 3) Decide on data structures and algorithms. 4) Choose the programming​ language. 5) Then write sudo code, or a flow chart or simply decided which parts of the code are responsible for which​ process. ie functions or classes​ etc. 6) write the code. Note this is overkill for short codes like the ones​ in the tutorials​. Also some steps have some overlap.
11th Aug 2018, 10:57 AM
Jared Bird
Jared Bird - avatar
0
Add a comment about the programme
18th Sep 2018, 4:50 PM
yushan fernando
yushan fernando - avatar