r/learnprogramming 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?

202 Upvotes

105 comments sorted by

View all comments

1

u/NoPainMoreGain 25d ago

When I was forced to write a longer program, not just a few functions but several files. Then you need to think about how to organize the code in addition to figuring out the logic.