this post was submitted on 25 Jul 2022
17 points (94.7% liked)

General Programming Discussion

7799 readers
9 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] dragnucs@lemmy.ml 5 points 2 years ago

Reading articles like this, and remember my teams just uses the poorly written issue name in the commit message, branch name, and even PR title.

[–] Ephera@lemmy.ml 5 points 2 years ago

Oh my, I've seen commit messages like that, but did not know this was some pseudo-standard.

I really can't stand such standards. The standard's webpage has a good example:

chore!: drop support for Node 6

  • Apparently, any developer is supposed to know that '!' indicates a breaking change.
  • Apparently, a 'chore' may contain a breaking change.

Within that standard, I guess that's obvious. It's a chore, because it's neither a feature nor a fix.
But not knowing that standard, I figured a 'chore' is some boring task with no larger consequences. Skimming through the commit log, I might have even skipped reading the whole commit message, because of that prefix.

[–] musicmatze@lemmy.ml 5 points 2 years ago (1 children)

Author here. Thanks for posting.

I might come up with another of these posts soon "I hate squash merges" :-P

[–] nachtigall@feddit.de 2 points 2 years ago

Author here. Thanks for posting.

I actually found your blog through your lemmy profile and was so intrigued that I had to share it immediately :D

I might come up with another of these posts soon "I hate squash merges" :-P

I'll be curious about that one too. Already subscribed to your RSS feed so that I won't miss it.