DEV Community

Discussion on: What Helps You Get Unstuck When Coding?

Collapse
 
____marcell profile image
Marcell Cruz

I would argue that there's is only one way to get unstuck, and that is to make your problem simpler, focus on each individual part and what this part should do, then move to the next part, don't try to do anything fancy that make it work. You can improve your implementation afterwards.

Collapse
 
dangoslen profile image
Dan Goslen

Yes! Focusing on a simpler problem first almost always helps us solve the larger problem too.