• Shanmugha@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    23
    ·
    1 day ago

    More like Rust has rotted someone’s brain. “Hey, I can’t code safely, so I will use this new toy that is supposed to make me”. This line of thought is OK as long as it does not get imposed on anything I do as a programmer

    • LeFantome@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      4 hours ago

      The industry cannot code safely. There are many reports, studies, and corporate disclosures highlighting that memory related bugs are the primary source of critical security issues in C and C++ code. That is why even NIH companies like Google and Microsoft are adopting Rust in their core products.

      That you want to publicly ignore all that evidence to paint it as an individual skill issue does not come across as competent or intelligent. Few of us are going to assume your code is free of these kinds of bugs.

      The fact that your have to say it so dismissively makes me think that you know it too.

      • Shanmugha@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        3 hours ago

        Things are much simpler:

        1. Want a bug free code - do bug free code. Spend time carefully evaluating every line and interaction

        2. Want third-party code and safety - examine that code in the same way

        3. Whatever you do, assume there is a bug in any software you use, so plan and organize accordingly

        4. No amount of magic pills can substitute the above. So yeah, it is a skill issue. Also an issue of kids wining that there are bugs and they don’t feel safe, so they want to cling to magic pills instead of dealing with the reality