What are best practices for documation in a web development project?
I have hired a web development team to build a dynamic website which will be the core platform for a business I am starting. I got strong advice to make sure that they keep good documentation, so I am not held hostage by their understanding of the code
Comments placed into programming code usually are just what you described - short snippets comprising a brief explanation of that function does or variable is, etc.
They're meant for someone who is familiar with that programming language,




