2
Warning: Skipping debugging practice when learning to code
Some beginners avoid debugging because it's frustrating and just copy code from tutorials. But others say fixing your own mistakes is how you really learn. What do you think is better?
3 comments
Log in to join the discussion
Log In3 Comments
leoyoung1mo ago
Totally! I'm with @willowp75 on this one. That moment you finally fix a weird bug is when the concept really locks in for me, way more than just copying code.
6
willowp751mo ago
Debugging is where you actually learn how to think like a programmer, not just write syntax. It forces you to understand why something broke, which is way more useful long term lol. Plus getting good at reading error messages helps you fix other people's messy code later.
5
chen.jenny1mo ago
Depends how stuck you get honestly. Some errors just waste hours where you could be learning new stuff instead. Watching a fixed version work sometimes clicks faster than banging your head against a broken one.
5