• @[email protected]
      link
      fedilink
      86 months ago

      I have that with Rust quite frequently. At least a lot more often than with any other language. I love it!

      • @[email protected]
        link
        fedilink
        56 months ago

        I think it’s just because rust doesn’t let you make many of the mistakes that’d normally lead to runtime errors

        Pair that with rustcheck in your ide and the only errors you’ll see will be ones you define yourself