5
The thing that finally made loops click for me
I spent 3 weeks trying to understand for loops from tutorials and kept getting lost in the syntax. Then I tried writing out each step on paper like a grocery list before typing anything, and suddenly it made sense. Has anyone else found that writing pseudocode on paper first works better than watching videos?
2 comments
Log in to join the discussion
Log In2 Comments
patriciap5226d ago
Paper totally worked for me when I was learning loops too! Videos just go too fast and skip over the small steps that matter. Did you find that writing it out helped you catch logic mistakes before you even typed a single line of code? For me, that was the big aha moment - seeing where a condition would fail on paper instead of debugging for an hour.
8
jennifer96526d ago
Oh totally, writing it out on paper is like having a cheat code for your brain. It forces you to actually think through each step instead of just guessing and hoping. I remember tracing through a loop with pencil and paper and literally seeing the second iteration break because my condition was off by one. That saved me like an hour of staring at a screen feeling dumb. It's way easier to catch those little mistakes when you're not distracted by syntax errors and blinking cursors. Paper is underrated for learning this stuff, for real.
8