• @[email protected]
    link
    fedilink
    English
    83 months ago

    you should learn Rust. the type system is so comprehensive that half the time you can guess what a function does (or at the very least what you’re supposed to pass to it) without a single line of human written documentation.

    • @kaffiene
      link
      English
      13 months ago

      My problem with Rust is that I find refactoring really painful.