this post was submitted on 15 Jul 2026
36 points (95.0% liked)

Programming

27738 readers
362 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

I'm a beginner in programming, and I found out I cannot even reproduce a simple number guessing program I have earlier copied from a book.

Is it a beginner issue, or there is more than just continuing to learn to be able to code without hints?

you are viewing a single comment's thread
view the rest of the comments
[–] Dookieman12@piefed.social 2 points 2 days ago

Depending on your desired level of mastery, practice and consistency alone aren't enough. Self-taught is the slowest, most difficult way to learn and i only recommend it to those who are interested in coding at a hobby level.

If you want to make a career of it, if you want to be a professional, you also need timely (ideally immediate) feedback from a trained expert who can spot errors in your technique and teach you how to effectively conceptualize and approach the problems you're solving.

You need a coach, a mentor, a teacher. Harvard university's CS50 course is free and an excellent way to get access to such experts and other students with similar goals to collaborate with.