In c/unpopularopinion, people just upvote the opinions the like, making them popular. There are barely any unpopular opinions there.


Person in the video - Kangna Ranaut - Wikipedia

Song - Chiggy Wiggy from Blue - YouTube

  • G_M0N3Y_2503@lemmy.zip
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    7 days ago

    I think the best analogy to highlight the drawbacks of Rust is to say it’s like “Good test coverage.”. If you read that as 100% test coverage you can spend a lot of time doing some trivial overhead that probably isn’t doing a whole lot. But, if you have half a brain it’s probably not particularly harmful. If you read that as effective test coverage, you probably know the problem quite well and it’s probably some overhead, but you get to feel a bit more confident and have some executable documentation.

    Neither of which I have heard to be useful or converted in the game industry so it sounds like a waste of time.

    That said, if you’re like me and that overhead sounds nice, then you might like Rust :P

    • kunaltyagi@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      6 days ago

      Tests can improve prove absence of a big. They can’t eliminate it.

      In a similar vein, languages like rust can only raise the bar of shooting yourself in the foot, they can’t eliminate it.

      My main reason for hating rust is the npm like cargo cult. Please don’t have 50 reps which you update every few months. It’s impossible to do anything else except vendor most rust crates.

      • G_M0N3Y_2503@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        6 days ago

        Exactly. I think npm and cargo just make Dependency (mis) management more accessible. You still need to choose worthwhile dependencies, and if you don’t want to update frequently, dependencies with stable long term support.