How to Restart My Coding Journey After a Break?

0
4
Asked By CuriousCoder92 On

I'm 15 years old and I'm thinking about getting back into coding. A couple of years ago, when I was 13, I really enjoyed using Roblox Studio with Lua. I got the hang of reading scripts but struggled to code anything from scratch. I knew how to follow tutorials, but when it came to putting my own ideas into code, I got stuck. I felt like I understood the language, but I couldn't really express myself in it.

Now, I want to start fresh, but I'm unsure about the best way to go about it this time. Should I stick with Lua, try a different language, or look for resources that might help me actually learn how to think like a programmer? One of my concerns is the rise of AI, which makes me worry that by the time I learn, machines will just be doing all the coding. Am I too late to start, and how can I ensure I actually build my programming skills? Any advice would be appreciated!

6 Answers

Answered By CodeNinja98 On

Lua is a solid choice! If you're into it, maybe check out Lua with Love2D. It could be a fun way to create some cool games while learning. Don't hesitate to incorporate AI tools along the way, just for a bit of fun!

Answered By LogicBuilder On

Before coding, try writing down the problem as steps in plain English. This helps you develop your logic before touching the keyboard. Ask yourself: What’s the input? What should happen step by step? What’s the output? nStructuring your thoughts this way makes the coding part easier. And don’t worry about AI; you’re not late at all. Many programmers start learning in college!

Answered By NewbieToPro On

You're in a great spot! Many people face the same challenge of writing from scratch. Remember, it’s about structuring problems more than memorizing syntax. If you liked Lua and Roblox, going back can be beneficial. Consider trying a different language too, like Python, which is good for learning fundamental programming concepts.

Answered By TechGuru_21 On

A great resource to start with is introtocomputerprogramming.online. Go through it step by step and, crucially, don't just read—type in the examples and tweak them! Learning to break down big problems into smaller ones is key in programming. It's like picking up an instrument; it takes practice, but you'll get there! Also, consider joining communities like the MiniScript Discord for support.

Answered By ExperimenterX On

The best way to start is to keep it simple. Before diving into coding, write out your ideas in plain English—what each step should be before trying to program it. Also, get comfortable experimenting with your code. If you’re not sure if `x = x + 1` can be modified, play around with it and see what works! You'll remember more from hands-on testing than just looking things up.

Answered By FutureDev On

Why not explore another programming language? It might introduce you to object-oriented programming, which is a valuable skill in the field. Keep experimenting and learning, and remember, every coder starts somewhere!

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.