Hey everyone! I'm just starting out with programming and would love some advice. What common mistakes should I steer clear of, and are there any effective strategies or tips you can share to help new learners like me succeed in my coding journey?
3 Answers
One big tip is to avoid the trap of just copying and pasting AI-generated code without understanding it. Make sure you grasp what you're doing—that's crucial. Mistakes are part of learning, so don't shy away from them; they'll teach you a lot!
Don't get stuck in what's known as "tutorial hell." It's okay to look up tutorials, but you should also start building something on your own. Begin with small projects and get comfortable with the concepts before diving into more complex stuff. You’ll likely need to refer to example code repeatedly, and that's totally fine!
Make coding a regular practice! The best way to improve is by writing as much code as possible, experimenting, and learning from your mistakes. You’ll start to get a feel for the syntax and structure of programming languages as you go. Also, focus on one language for now; mastering it will open up doors to learning others later on.
What if I have project ideas but don’t know how to start? Any suggestions?

Absolutely! I use AI tools for help too, but I always double-check how the code works before using it.