• EvilMonkeySlayer@kbin.social
    link
    fedilink
    arrow-up
    22
    arrow-down
    3
    ·
    9 months ago

    "Code is the documentation"

    Is the laziest excuse I've come across. Like, not everyone knows everything and complex code exists, it is not hard to put in some text explaining the basics of what something does.

    Like, unless you're dealing with that code everyday it's going to look like double dutch to anyone new coming to it.

    I've had people say that to me before, and it is absolutely infuriating in its laziness and cop out excuse.

    • lukas@lemmy.haigner.me
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      If someone must explain to me what code does in comments, then I think that code is bad.

      Developers invented high-level programming languages for a reason. If someone writes bottom-top, unreadable code with comments, then they might as well write top-bottom, readable code without comments instead. That's what I believe self-documenting code is.

      But if someone explains to me why code does what it does in comments, then that's fine. Essential complexity exists. The point is that that code is readable already, we know what it does, but not why. That's what needs an explanation in comments.

    • nosurprises@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      16
      ·
      9 months ago

      You can't read code, can you? You need some simplified text explanation of what it does. And a programming language higher than assembler is already a set of simplified text instructions. Why are you even participating in this discussion?

      • Demonen@lemmy.ml
        link
        fedilink
        arrow-up
        8
        ·
        9 months ago

        The comments are not for what, they are for why.

        The documentation is a summary of the code, a quick guide to the software to more easily find your way to what you need to work with.

        Are you saying that when you work with some random library, you skip their documentation and go directly to the source code? That's absurd. If you do it that way, you're wasting so much time!

        • li10@feddit.uk
          link
          fedilink
          English
          arrow-up
          7
          ·
          9 months ago

          They sound like a great person to work with, “it’s not my fault for lack of documentation, it’s your fault for being an idiot”