Code from scratch | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Code from scratch

Any tips as far coding from 0? I’ve completed courses in python, html, css, and currently doing java. I can read and fix code but I just feel so lost starting on my own without pseudocode. Any advice helps and thanks in advance!

29th Nov 2018, 6:01 AM
Ezequiel Robles
Ezequiel Robles - avatar
3 Answers
+ 2
How about start to write your own pseudocode before coding ? Its actually a good practice and help you from distraction also speed things up
29th Nov 2018, 6:23 AM
Taste
Taste - avatar
+ 1
It's good to write pseudocode before writing program. If you are trying to implement any algorithm for the first time then it's obvious that you will feel so lost without pesudocode. This happens with everyone. Frankly speaking....I never write pseudocode just to save time and effort or may be m over confidence. And because of this habbit most of the time my code never execute in first shot.
29th Nov 2018, 6:24 AM
Rishi Anand
Rishi Anand - avatar
+ 1
Thank you guys! I noticed it the most with java. I feel like I have to do a lot of copy and paste or get a starting point from someone. Just a little frustrating sometimes but I will just keep practicing!
29th Nov 2018, 8:50 AM
Ezequiel Robles
Ezequiel Robles - avatar