|
|
|
|
|
by splix
18 days ago
|
|
Exactly. The commit message is supposed to be for the future developer, not to generate changelog. And the main case when that developer reads the commit message is when he doesn't understand _why_ that commit exists. Not what it changes, but what is the purpose of certain lines. So he runs "blame", sees commits, the original developers are not with the company anymore, the old JIRA may not exist too, and the only hint is the commit message. https://dev.to/splix/the-why-behind-the-code-2bb1 |
|