| ▲ | dotwaffle 2 hours ago |
| The use of the word "chore" in many users of conventional commits has always riled me. I've always tended to favour the "linux kernel"[0] style of commit subject, which thankfully gets a mention here. [0] https://www.kernel.org/doc/html/v7.0/process/submitting-patc... |
|
| ▲ | layer8 2 hours ago | parent | next [-] |
| Completely agree, the attitude implied by “chore” is very off-putting to me. As if the rest should all be marked “fun” or “indifferent”. That kind of emotional judgement doesn’t belong in a commit message. |
| |
| ▲ | jonathanlydall an hour ago | parent | next [-] | | I’ve never personally used the chore term, but it doesn’t bother me to see it and I don’t feel it has a negative connotation. Cleaning my kitchen after a meal may be a chore, but it’s not an intrinsically bad or unpleasant experience most of the time, it’s just good hygiene and afterwards I have the satisfaction of things being clean. Not cleaning the kitchen feels way worse to me as it ultimately leads to other far more unpleasant situations. Such it is with updating dependencies, it generally needs to be done, so it’s good to do it, but it’s in no way noteworthy, so chore describes it perfectly, to me it signals that: “it’s work that needed to be done, but not for a feature, functionality change or bug fix on this particular code base, so you’re unlikely to see much change”. | |
| ▲ | jasonjmcghee 2 hours ago | parent | prev [-] | | I don't personally see people write this message (though I'm sure they do) but dependabot and similar use it. So now I associate it an automated pr vs authored | | |
| ▲ | layer8 2 hours ago | parent [-] | | I remember HN discussions pre-AI where people staunchly defended the use of that prefix. | | |
|
|
|
| ▲ | gdevillers 2 hours ago | parent | prev | next [-] |
| I found an alternative word: "upkeep" Same idea without the pejorative aspect. |
| |
|
| ▲ | jsve 2 hours ago | parent | prev | next [-] |
| You might enjoy Rich's take: https://richvdh.org/conventional-commits-considered-harmful.... |
| |
| ▲ | embedding-shape 2 hours ago | parent [-] | | Richard van der Hoff that is, not Rich Hickey which I first thought had published something new and opinionated again. |
|
|
| ▲ | julik an hour ago | parent | prev [-] |
| It is bad terminology, yes. But also - a pretense that you know the overarching influence of a commit ahead of time, which you don't - but once you have conventional commits everyone on the team and the LLMs have to spend time/tokens inventing that stupid nomenclature. |