| ▲ | hamandcheese 2 hours ago | |
The story of how the code got to a certain state belongs primarily in git commit messages, not in comments. Comments should serve to aid in understanding of the code, highlight footguns or hidden dependencies, etc. Claude very often litters code with comments about decisions that were made within a single session/pull request, its just noise. | ||