this post was submitted on 12 Dec 2023
808 points (99.0% liked)

Programmer Humor

19161 readers
464 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
[–] AVincentInSpace@pawb.social 61 points 9 months ago* (last edited 9 months ago) (15 children)

Every time I commit I have to look through git diff, figure out what the hell I actually did, come up with something intelligent to say about jt, possibly split the commit into multiple commits if I changed multiple things, do some shuffling with git reset and git add...

For some reason all my personal projects are all like 4K SLoC with 50 total commits, all of which include apologies for not doing more smaller commits

[–] Anticorp@lemmy.ml 44 points 9 months ago (10 children)

There's a bigger issue than your commit message if you don't even know what you just coded and are committing.

[–] akkajdh999@programming.dev 13 points 9 months ago (1 children)

I just get too excited about actually implementing/fixing something (random things that I see along the way) more than commit ceremony (nobody will care about it in my project anyway other than one random guy who gave the repo a star)

[–] oce@jlai.lu 5 points 9 months ago

Nah, I'm that guy, I gave your repo a star for the effort, but I'm not reading your history.

load more comments (8 replies)
load more comments (12 replies)