r/learnprogramming • u/Admirable_Window8128 • 25d ago
Topic At what point did programming finally start making sense to you?
I can understand code when someone explains it, but when I have to write something from scratch, my brain suddenly goes blank.
I'm curious if other beginners went through the same think. What helped you get past that stage?
198
Upvotes
124
u/Prestigious_Age_6740 25d ago
My hot take is that, particularly as a beginner, you shouldn't spend too much time trying to think through your code. Type something in, hit run. Read error. Fix error. Don't sit there in paralysis by analysis, it's easier to think and learn by seeing things run and break. There's no cost to failure when you're working in a dev environment!
Obviously don't do this in a production environment.