5 ms·
Git commit messages and code comments serve very different purposes, I don't see any reason to try to use one for the other or opposite. To me both are importa
by Zitrax 5y ago
Git commit messages and code comments serve very different purposes, I don't see any reason to try to use one for the other or opposite.
To me both are important but for different reasons. I don't want to search the blame history of a line of code if a simple comment had been enough, neither would I want to primarily use code comments when bisecting.