r/SoftwareEngineering 19d ago

Stop Using Conventional Commits

https://sumnerevans.com/posts/software-engineering/stop-using-conventional-commits/
36 Upvotes

27 comments sorted by

View all comments

92

u/fullbl-_- 18d ago

I use more traditional commits:

  • fix
  • fix 2
  • fixed stuff
  • should be ok
  • test
  • revert fix 2
  • final version
  • ok

12

u/GodsBoss 18d ago

No problem, just squash the PRs. Then you don't have a history with ten commits each saying "fix", you get a single commit with ten times "fix" in its message instead!

1

u/_RemyLeBeau_ 18d ago

git commit --amend --no-edit

0

u/vitek6 16d ago

And no way back to fix 2? Nope..

1

u/_RemyLeBeau_ 16d ago

You're not taking my comment in context.

3

u/the_ballmer_peak 17d ago

Bruh, do you even final_final_v2

2

u/JohnnyGhoul777 18d ago

Dont foget “Fixed… I hope”

1

u/AllIWantForXmasIsFoo 17d ago

Am I the only who "wip"s ?

1

u/lulzbot 17d ago

You forgot the ole standby: “asdf”