PLZZZZZ HELP
i need a full paragraph
How do comments improve a computer program (think about team working skills?
Answer:
Comments on a computer program give feedback to the developer and helps the developer to make the computer program better. The comments would see problems that may have been overlooked by the developer and tell the developer about the problems that need to be fixed. The comments would also give reviews and critique the computer program on things that need to be taken out or things that need to be brought in. For an example, if a computer program has a glitch/bug then the comments could inform the developer of the glitch/bug that needs to fixed.
Answer:
Paragraph
Explanation:
Comments improve a computer program because while comments can help programmers understand source code and specify programmers' assumptions and intentions in an explicit way, bad or obsolete comments can negatively affect software quality by increasing the chance of misunderstanding among programmers. They can also be used to solve problems right away in case someone is not on online to help people. People can also be aware of dangerous cites and virus that lie in the computer. Lastly comments can help computer programs by in computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. They are added with the purpose of making the source code easier for humans to understand, and are generally ignored by compilers and interpreters.
I hope this helps!