1
Shoutout to the moment I stopped copy-pasting code from Stack Overflow
Honestly, I used to just grab snippets from Stack Overflow and hope they worked for my beginner Python projects. Last month, I spent 4 hours debugging a script because I didn't understand a single line I copied. Now I force myself to type every solution by hand and break it down line by line, even if it takes longer. Has anyone else noticed a huge jump in their actual coding skills after ditching the copy paste?
2 comments
Log in to join the discussion
Log In2 Comments
evangarcia5d ago
Been reading about the "generation effect" in learning, basically your brain forms stronger connections when you generate info yourself instead of just copying it. Started doing the same thing with JavaScript, retyping every line from memory and then changing variables to see what breaks. Takes way longer but I actually remember the patterns now instead of just having bookmarks. Caught myself writing a fetch request from scratch last week, felt like I leveled up or something.
6
jake_chen3d ago
Whoa, this hit me hard because I realized the same thing but from a totally different angle. Nobody talks about how copying code actually lies to you about your own skill level. You think you're making progress because the output works, but really you're just getting better at searching, not coding. The moment I stopped copy pasting is the moment I started failing way more, and honestly that was the best part. Failing in a safe sandbox taught me more than 100 working scripts ever did. It's like the difference between reading a map and actually walking the streets, you only know the shortcuts once you get lost a few times.
6