←back to thread

432 points tosh | 2 comments | | HN request time: 0.467s | source
Show context
JensRantil ◴[] No.40000977[source]
It gets commit messages wrong. Commit messages should signal intent, not what the patch does. "changing an enum" is a horrible commit message.
replies(1): >>40002146 #
1. s_dev ◴[] No.40002146[source]
Adopt a convention like commitizen: https://github.com/commitizen/cz-cli

'typeofchange(scopeofchange): reason for change'

It sort helps force devs to type out more meaningful commit messages.

replies(1): >>40009829 #
2. JensRantil ◴[] No.40009829[source]
That will not necessarily make aider write better commit messages (unless I possibly tell it explicitly why I am doing something in every instruction).