• Madrigal
    link
    fedilink
    English
    492 years ago

    Most READMEs are terrible. The biggest issue many of them make is failing to include one or two simple examples.

    • @mestari@lemmy.world
      link
      fedilink
      142 years ago

      Exactly! It’s so frustrating. I mainly deal with Eurocode, not computer code but the issue exists there too. It’s so vague that there’s whole another industry of people trying to decipher and explain what the code means and how it’s applied. The lack of examples have really driven people to insanity lol. In structural engineering there’s often no easy ways to test if your results are correct or not if you misunderstood the code…

  • @TemporaryBoyfriend@lemmy.ca
    link
    fedilink
    272 years ago

    As a consultant, my superpower is having read all the READMEs that come out for the software I specialize in, and re-reading them each time a customer calls and complains about a specific bug on an old version of the software.

  • @xantoxis@lemmy.world
    link
    fedilink
    102 years ago

    A few hours of trial and error will teach you a dozen things that aren’t IN the readme. Like, I get your point, but that time isn’t wasted.

  • panCatE
    link
    fedilink
    92 years ago

    Me who generally reads readmes , am i doing it wrong 😰

    • @xpinchx@lemmy.world
      link
      fedilink
      62 years ago

      My favorite is repositories that come with demos - I ain’t reading shit I’m just gonna copy a demo that’s close enough to what I’m trying to do and change a couple things.

      • @cheery_coffee@lemmy.ca
        link
        fedilink
        42 years ago

        I hate these, like just give me some code snippets so I don’t need to download a random git repo, install their dependencies, and execute the unstudied code.

        • @xpinchx@lemmy.world
          link
          fedilink
          12 years ago

          I see you have higher standards than me :D

          Full disclosure I’m not a programmer by trade but occasionally script to automate stuff at work (or for fun)

  • @AllonzeeLV@lemmy.world
    link
    fedilink
    5
    edit-2
    2 years ago

    Lets be honest, READMEs and other documentation often contain more glaring, misdirecting errors than the software itself. I prefer video demos prior to use if at all available.

    • @Jumper775@lemmy.world
      link
      fedilink
      92 years ago

      Even those can be hard to follow sometimes, I prefer obscure threads on generic Linux forums from 8 years ago where available.