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.

  • vanillama@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    15 hours 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.