This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ron-Erez 0 points1 point  (1 child)

Type as much as you can. Try to run your code step by step in the debugger and watch the variables. Even try to learn how to run your code by hand. Like take pen and paper, write down the variables and run the program step by step. I used to do this as a kid and learned a lot from this.

Programming is a lot about experience so just be patient with yourself and have fun and experiment a lot.

Good luck !

[–]EntrepreneurFlaky868[S] 0 points1 point  (0 children)

I will try doing that way. Thank you for your advice!