|
|
|
|
|
by paddez
499 days ago
|
|
{Tests, Code Comments, Documentation} are 3 distinct places to trawl through when quickly going through git blame. The commit message is one place - and gives the author an opportunity to speak directly with a future developer over the place-in-time-context that this change was made. |
|
If devs are constantly asking "what the fuck?" all over the code base then that's usually coz tests, code comments, docs and code quality were all badly neglected.
Better commit messages are a band aid over that gaping wound.