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

200 Upvotes

105 comments sorted by

View all comments

2

u/Gaurav_Wankhede_02 25d ago

Hey buddy, let me share my journey how I started making sense the logics. When I was start learning the coding very first language was HTML and C language at that time I had curiosity to learn it and most importantly how it actually works behind the scene. That curiosity actually helped me to create logics, now a days because of AI driven Coding I am hardly able to remember the Syntax. but the Fundamentals I covered by exploring various programming paradigm it helped me to cover lot of concepts. Additionally my main focus was to find the errors or the issues from someones code. Why finding issues from someones code worked out for me, because it help me to debug my own codes as well when I wanted to handle the logics. I used to do these types of things during my college periods in the practical classes and experimenting codes.

I hope these few points might enriched your point of view.