How Can I Tell If I Really Understand a Programming Concept?

0
10
Asked By CuriousCoder57 On

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

Answered By TechSavvy101 On

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.

LearningGuru22 -

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!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.