I've been diving into programming for a few months now and I often find myself stuck in a weird spot. I can follow tutorials and everything seems clear, I can copy the code just fine, but as soon as I try to create something from scratch without guidance, I totally freeze up. Does this mean I don't truly understand the concepts yet?
1 Answer
You really start to understand a concept when you can apply it to your own projects without just copying tutorial code. Following a guide is a great first step, but writing your own code is where the real learning happens. Think of it like reading a book: just because you can read it doesn’t mean you could write your own! Experimentation is key—play around with the code, make mistakes, and fix them. That's how you truly learn, not just by following along.

So true! That realization hit me hard too. Once I stopped just following tutorials and started breaking and fixing things, I saw much more progress!