DEV Community

Discussion on: Do You Cuss In Your Commit Messages?

Collapse
 
jsrn profile image
James

I try not to. I'm usually professional, and I normally write (what I think are) good, informative commit messages.

$ git log | grep 'REDACTED_NAUGHTY_WORD_REGEX' | wc -l
25
$ git log --author="jsrn" | grep 'REDACTED_NAUGHTY_WORD_REGEX' | wc -l
6

Not bad for 5 years or so on this code base. I'm responsible for a mere 24% of the sweariness!