• Feathercrown@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    ·
    1 year ago

    And the only thing more important than readability is whether or not the code does what it’s supposed to do.

    Isn’t that exactly what Rust is supposed to be good at

    • arendjr@programming.dev
      link
      fedilink
      arrow-up
      13
      arrow-down
      1
      ·
      1 year ago

      And conversely, something Go is very bad at. For example, os.Chmod silently not doing anything on Windows.