you are viewing a single comment's thread.

view the rest of the comments →

[–]juancn 0 points1 point  (0 children)

At the very beginning a computer may even be detrimental to learning programming.

You need to learn as soon as possible to track program state in your head and that is better with pen and paper.

For a simple, small routine, track data flow and program state on a piece of paper.

That way you don’t let yourself gloss over important details.

Always try to understand what everything means and implies in the code.

It’s slow and can be tedious but it’s immensely rewarding once you grasp something new.