Multiple choice technology databases

The purpose of comments is that someone that has never worked on the project before. They would need to underderstand precisely where changes has been done, why those changeswere made, and exactly what the change was.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The primary purpose of code comments is to explain the 'why' and context of complex code, rather than documenting every individual change (which is the job of version control histories like git). The statement describes commit messages or changelogs.