• @[email protected]
    link
    fedilink
    112 years ago
    $ sudo Pacman -S <package>
    $ man <package>
    

    Turns out the executable is a different name entirely

  • r00ty
    link
    fedilink
    192 years ago

    To be fair, documentation is very often a much longer route to understanding your specific use case. At the same time, SO is responsible for far too much cargo cult programming and I fear ChatGPT will be the same for this.

    • @[email protected]
      link
      fedilink
      English
      10
      edit-2
      2 years ago

      And there are way too many projects where the documentation is nonexistent or bare to the point of being counterproductive to wade through. I’ve seen way too many open source projects that purport to have documentation but when you open it, it’s just doxygen run over the raw source files with barely any documenting comments in them. If I wanted to see only the names of the classes and functions I’d just pop the source in an IDE, the point of documentation is to point out everything that isn’t immediately obvious just looking at names and to give examples.

      “Self-documenting code” is the biggest lie we tell ourselves to get out of writing actual, necessary documentation.

  • @[email protected]
    link
    fedilink
    302 years ago

    I feel like memes like these are written by documentation writers. I usually fine what I need way faster in stack overflow than the documentation.

    • jeff 👨‍💻
      link
      fedilink
      72 years ago

      There’s really good documentation out there and there’s bad/nonexistent documentation. So stackoverflow is going to be a more consistent experience.

      Also I think it is a bit of a skill to be able to read documentation well, especially for Jr. Devs that might not have fully grasped OOP.

      • @[email protected]
        link
        fedilink
        32 years ago

        Totally agree on the skill part. The ability to read documentation and understand it is extremely important. Especially if you need to coordinate with nonprogrammers like engineers, or if you work in fields that SO doesn’t cover well like I do.

    • @[email protected]
      link
      fedilink
      22 years ago

      I use chatgpt to get me pointed in the right direction and have it provide some basic boilerplate code for smaller tasks

      I needed to go through a bunch of .json files and modify various elements

      I was able to implement what I needed without google/documentation/stackoverflow

  • @[email protected]
    link
    fedilink
    332 years ago

    StackOverflow is good for:

    • general questions (when you don’t know where to look for) eg. how do I go about …?

    • specific questions (when you know what you want, in simple english) eg. suggest ways I can …?

    • quick fixes with more than one suggestion eg. I get this error, how to fix and please explain.

    • understanding concepts as different people explain concepts differently eg. what is …?

    Documentation is good for:

    • details (when you need to know more and when you really know what you need)

    • features (find a list when you want to know what else you can do with it)

    • @[email protected]
      link
      fedilink
      32 years ago

      Stack Overflow refuses to provide answers for:

      • general questions (when you don’t know where to look for) eg. how do I go about …?
      • understanding concepts as different people explain concepts differently eg. what is …?

      Specific questions and quick fixes are the faster changing kind of knowledge you can have. And Stack Overflow consistently refuses to update old knowledge.

      So, in practice, it’s good for:

      But anyway, some ecosystems documentation are worse, so SO wins.

    • @[email protected]
      link
      fedilink
      8
      edit-2
      2 years ago

      Another thing stackoverflow is good for is if you’re like 14, don’t really know programming that well and can’t quite comprehend what you’re doing but know how to copy and paste code then fidget around with it until your ide stops complaining and it compiles and all works together.

  • Jee
    link
    fedilink
    112 years ago

    When it comes to things that I am not familiar at, going through documentation is quite tedious and feels like walking blind just feeling things. Having a small easy to understand explanation helps a lot even if I have to then further look it up on documentation.

    • @[email protected]
      link
      fedilink
      52 years ago

      I do things probably the stupidest way imaginable and find someone’s git project using a library I need to use and see how they used it.

      People that release libraries with demos and use cases are angels, in my eyes at least.

  • arc
    link
    fedilink
    22 years ago

    I’ve been using chatgpt lately, super helpful. Basically Google on steroids

  • @[email protected]
    link
    fedilink
    102 years ago

    Are you sure the distances are not swapped?

    I certainly wouldn’t think possibly badly written and indexed docs without crowd sourced helpfulness indicator where you may or may not find your answer is 1/4 miles, while a concise highly upvoted answer in stack overflow is 21 miles.

  • @[email protected]
    link
    fedilink
    252 years ago

    Documentation is more often than not quite bad. Very abstract, hard to understand, few examples if any. Good writing is a skill.

    • MischievousTomato
      link
      fedilink
      122 years ago

      Sometimes you need a quick/clear fix and the documentation doesn’t help with that. SO, though, is.

  • @[email protected]
    link
    fedilink
    -22 years ago

    No, instead just read the source. Documentation lies and you might learn some useful tricks by just learning how the figurative cake is made.