this post was submitted on 21 Jul 2026
51 points (90.5% liked)

Programming

27894 readers
268 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
 

Why is learning C so much more generally useful than learning React? What I mean by the last point is that learning C tends to develop skills that are useful in a lot of other parts of software and tech work: if you know how to write decent C, you'll have a much easier time of understanding PostgreSQL internals, for example, while if you've learned React, it's anyone's guess as to whether or not that'll actually improve your HTML skills, for example.

you are viewing a single comment's thread
view the rest of the comments
[–] vanillama@programming.dev 7 points 1 week ago

I was taught by my teachers years ago that it was great that I wouldn't have to pick up C thanks to higher level languages and I trusted them, and I regret it deeply. It took me years of curiosity and reading unrelated stuff to parse some stuff that would have probably taken so little time if I had simply started with C.