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

Programmer Humor

19149 readers
1132 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
[–] Looboer@lemm.ee 52 points 9 months ago (6 children)

Just use What The Commit.

You can also create a git alias:

git config --global alias.yolo '!git add -A && git commit -m "$(curl --silent --fail https://whatthecommit.com/index.txt)"'

Now you can just type 'git yolo' to create a commit!

[–] Olgratin_Magmatoe@startrek.website 18 points 9 months ago

"Make Sure You Are Square With Your God Before Trying To Merge This"

[–] ikidd@lemmy.world 11 points 9 months ago
[–] hypnotic_nerd@programming.dev 4 points 9 months ago

Well such an informative reply! Thanks mate 👍

[–] jungle@programming.dev 3 points 9 months ago* (last edited 9 months ago)

Thanks for that, I've been laughing like a little kid:

"hoo boy"

"lol"

"Become a programmer, they said. It'll be fun, they said."

I can feel those so well! :')

[–] hakunawazo@lemmy.world 3 points 9 months ago (1 children)

"Chuck Norris Emailed Me This Patch... I'm Not Going To Question It"

[–] _dev_null@lemmy.zxcvn.xyz 3 points 9 months ago

My first script ever was written in lua for a world of warcraft macro to spit out chuck norris one liners. People in the barrens hated me.

[–] MajorHavoc@lemmy.world 2 points 9 months ago

Well that's about half my commit messages that are going to be nonsense on weekends projects, now. Thank you!