What's the appropriate order of coding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's the appropriate order of coding?

19th Jan 2022, 10:01 PM
Sakeef Hasan
Sakeef Hasan - avatar
2 Answers
+ 2
Solomoni Railoa & Panics thank you very much both of you ✌️
20th Jan 2022, 2:39 AM
Sakeef Hasan
Sakeef Hasan - avatar
+ 1
It depend of what are you coding, but for most you can follow this Most important is to know language and its syntax, if you stuck you can find most solutions on internet. 1.You need to look at problem/programm you have. 2. divide it in smaller problems, as much as you can. 3. Find solution for each problem (make sure it wont make bug when placed together) - this include research(even learning new tool), picking best language, framework, making plan of working and algorithms 4. When you do first part of programm run, check does it work as intended, than do others... 5. Fix bugs - this is imposible to dont exist in code 6. Check, can you improve code even more (to be easier to maintain and have better performance), best is to do this while coding, it is hard to replace 1000 lines of code. (But with practice you code better), if you repeat some code you can make function for this for example. 7. Do more test, make sure your code is good
20th Jan 2022, 12:34 AM
PanicS
PanicS - avatar