Remark - Commit messages
TarasPyzo opened this issue · 0 comments
TarasPyzo commented
Commit messages should be so expanded as to fully describe all code logic inside. It can be compared to the declarative way in programming or it is something like the name of a function that lets you know what logic it implements.
For example, when I see commit named node
which explains nothing, I expect the implementation of the nodeJS server but inside I see something like "Install node npm dependency and remove nodemon". The same with minor text fix
. What means the word minor
and why the commit contains styles updating.
Please in the future write a meaningful and descriptive message of the commit.