• stingpie@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    4
    ·
    12 hours ago

    I am both the left guy and right guy. If you can’t program without using a memory safe language, it’s a skill issue. But I also don’t want to switch to rust because I like the challenge of manual memory management. (Also rust’s syntax and semantics looks like it was designed by a monkey attacking a typewriter.)

    • Ajen@sh.itjust.works
      link
      fedilink
      arrow-up
      7
      ·
      11 hours ago

      I write C++ professionally. Saying it’s a skill issue doesn’t solve the problem. If a dev with 15+ years of experience still isn’t writing memory-safe C++ (ie. some of the people I work with), they’re not going to learn now.

      And if you’re a project manager and you choose to use C++ because your team says they like the challenge then you should be fired.

      Of course none of this applies to hobby projects…

      • stingpie@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        11 hours ago

        Yeah, I’m not a model for good programing. I don’t program professionally, I just like challenging myself in my hobby projects.

    • CanadaPlus@futurology.today
      link
      fedilink
      English
      arrow-up
      6
      ·
      12 hours ago

      Please tell me you just code golf or similar, and aren’t making things for people to actually use and maintain.