this post was submitted on 28 Jul 2024
806 points (98.1% liked)

Programmer Humor

19154 readers
2012 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 23 points 1 month ago (2 children)

When it comes to commits, single feature / scoped commits are quality. So this git history is actually underwhelming if the author is full time. This is a good read.

[–] [email protected] 5 points 1 month ago (1 children)

I'm familiar with and practice atomic committing habits. Still seems excessive.

[–] [email protected] 9 points 1 month ago

Mine looks a little like that. It's my job though. Everything's on GitHub.

[–] [email protected] 2 points 1 month ago

That article also mentions squashing merges though, which would lower the contribution count by a lot unless there's a GitHub setting to have separate branch commits tracked that I'm missing out on.