Hacker News new | ask | show | jobs
by garrettgrimsley 2967 days ago
Version control only answers "what happened?" not "why did this happen?"
1 comments

"Why" is what commit messages are for (and also comments); quality of commit message is worth checking in code review while the details are still fresh in everybody's minds...
so i have to run blame just to figure out why something happened? i usually ask for explanations both in comments and commit messages.