Y
Hacker News
new
|
ask
|
show
|
jobs
by
radlad
6 days ago
This sounds like what regular commit messages do. How are conventional commits specifically helpful?
1 comments
d0mine
6 days ago
Conventional commits (especially with git emojis) show at a glance the blast radius of the change (eg whether it breaks the product itself or just some internal dev tools). Emojis help immensely when looking at dozens of commits at a time.
link