• BlueKey@kbin.socialOP
      link
      fedilink
      arrow-up
      16
      ·
      1 year ago

      It would be nice to have a kind of central hub where all the lastest resources are listed.
      I could be updated by the community.

      Well… one can dream.

      • narc0tic_bird@lemm.ee
        link
        fedilink
        arrow-up
        14
        ·
        1 year ago

        If it’s updated by the community, it’s probably also created by the community. Instead of dreaming, why not create it?

      • NerdyPopRocks@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Someone should build a system that scrapes all open source repositories and uses an LLM to generate up to date documentation, and puts it in one big searchable place

    • 2ez@lemmy.beyondcombustion.net
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      If using docstrings/docblocks to generate SDK documentation, adding something like an OPA policy to validate their existence and semantic structure could help with coverage. Then we have the issue of accuracy, and that needs humans or AI to weigh in. I have a feeling test-driven development would make this process smoother.

      You could also add git hooks to facilitate accountability / run the policies.