• Attacker94@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    A doc page is short for documentation page, it is a website, which is normally maintained by the language you are coding in, that shows you all of the syntax that you could possibly need for any given function. My reference to ai is that it is sometimes nice to ask ai how a function works if you are having trouble understanding it, but in general the doc pages already do a good job of that, and crucially shouldn’t be wrong.

    • Curious Mind @lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      24 hours ago

      That means, if l’m coding in python, there’s a documentation page, if l code in javascript, it’s got a documentation page, like that ??😃😃

      Actually chatgpt does a wonderful job explaining technology in a story telling method. For example, telemetry can be compared to CIA, FBI and Mossad 😆😆😆😆😆

      • Attacker94@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        21 hours ago

        That means, if l’m coding in python, there’s a documentation page, if l code in javascript, it’s got a documentation page, like that ??😃😃

        Yes that is correct, in particular Python’s doc.page is here python, and JavaScript’s one is a bit different though due to its relationship to markdown languages like HTML, I do not believe oracle publishes a doc page for it specifically.