How to Figure Out What to Learn When You Feel Stuck in Coding?

0
14
Asked By CuriousCoder99 On

I'm completely new to coding and I keep hitting a wall without knowing the reason behind it. There are no obvious errors or crashes, and I can't even find what to Google for help. I just have this sense that I'm missing something important in my understanding, but I'm not sure what it is. For those who have gone through this stage, how do you determine what you need to learn next when the issue isn't apparent? Do you have any methods or checklists that help you identify your knowledge gaps? I'm not looking for a quick fix, just curious about how experienced coders diagnose their own confusion and find a way to move forward.

4 Answers

Answered By ProblemSolverSam On

If you’re really stuck, I recommend using tools like Claude Code or Gemini. They’re great for brainstorming and can help you workshop your problem step-by-step. You’d be surprised how clarifying your thoughts can illuminate what you really need to focus on next.

Answered By CodeMasterRay On

When I hit a wall, I usually just Google what I can about the concepts I’m dealing with, or sometimes I ask AI tools like Claude Code for help. They can suggest areas I might have overlooked. Another method is to pair up with a friend or someone else learning—sometimes discussing what you’re confused about can lead to breakthroughs!

Answered By LearningLover42 On

It sounds like you're in a tough spot! A good place to start might be focusing on the basics again. Sometimes, going back to fundamental concepts can give you clarity on what you might be missing. Maybe try working on some simple projects or exercises; they can reveal gaps in your knowledge you didn't realize were there. Also, have you thought about examples of specific problems you’re facing? They can really help in identifying what you need to learn next.

Answered By TechieTina23 On

I totally get where you're coming from. When I'm feeling stuck, I like to simplify the problem as much as possible. I start by breaking down what I’m working on into super simple components—sometimes just writing down what each part should do helps me understand where the gaps are. Also, have you checked out PJ Plauger's books? They really emphasize clear thinking in programming and might help you through this phase.

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.