DEV Community

Discussion on: My code review checklist

Collapse
 
vilfrim profile image
vilfrim

This might belong under code standards or comments but I'm one those who reads the commit messages and checks that the changed files are related to the message e.g. message says "Updates README.md" then why it also makes changes to index.html.
For me commit messages are important, they tell me why something was changed not how or what. Of course sometimes "fixes a typo" just fixes fixes a typo :)