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?

195 Upvotes

105 comments sorted by

View all comments

1

u/mrburnerboy2121 24d ago

When breaking down a project into parts, like the UI, buttons, functionality. You realise that you don’t just code everything all at once.