• Deebster@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    5 个月前

    My absolute favourite is when the examples say something like “production code should not be written like this, this is just for clarity” with no indication of what’s wrong with the code.

    Is it just normal Rust stuff like there’s unwraps everywhere and it’s one big file? Does the example have security or performance problems? Is the example unidiomatic or over-verbose or is it ignoring features real-world code would use? EXPLAIN YOURSELF!

    • noddy@beehaw.org
      link
      fedilink
      arrow-up
      0
      ·
      5 个月前

      I personally prefer the straight forward everything in one file examples. The worst examples are those that come with its own ad hoc example framework I first need to understand before I can understand the example.

    • Nereuxofficial@programming.devOP
      link
      fedilink
      arrow-up
      0
      ·
      5 个月前

      Yeah that’s the fun part!

      Maybe there are also some security implications of the code?

      Because the thing is: That code is probably gonna end up in production somewhere