Hey all, I’m still a junior dev with years of experience in IT. One of the things I’ve noticed since making the switch is that (at least where I work) documentation is inconsistent.

Things I encounter include incomplete documentation, outdated documentation and written process details that have assumed knowledge which makes it difficult for junior Devs to pick up.

I’ve had a search and a lot of what is out there talks more about product and how to document that SDLC rather than best practice in writing and organising documents against the actual software engineering and its processes.

Does anyone have any good sources or suggestions on how I could look to try and begin to improve documentation within my team?

  • @Windex007
    link
    17 hours ago

    I agree that would be ideal.

    I flat out do not trust each of the 500 devs operating on our codebase to maintain comments.

    Tests are documentation, code can be documentation. Those run through CI.

    If you can keep comments updated at scale, do it. If you can’t don’t pray for a miracle and find something that you actually can enforce

    • @[email protected]
      link
      fedilink
      13 hours ago

      That’s why reviewers should also watch out for comments to ensure their quality. Hence why I said it’s part of a programmer’s job, not some afterthought.