this post was submitted on 09 Apr 2025
194 points (98.0% liked)

Programmer Humor

22354 readers
2603 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 4 days ago (1 children)

If you're organisation is small/flexible enough, maybe look into using some kind of stacked diff system. We used graphite at my previous company and it's amazing for working with these kinds of things where you have a million little things to fix and they're all kind of dependent on each other.

[–] [email protected] 3 points 4 days ago (1 children)

I’m slowly pushing my team to git. It’s stupid that we can’t work when the server goes offline

[–] [email protected] 1 points 4 days ago* (last edited 4 days ago) (1 children)

It can be quite overwhelming if nobody knows how to use git.

I know software teams that went back to share code on teams folders after having used git...

Please get a git course for all the developers

[–] [email protected] 2 points 4 days ago (1 children)

I mean, I dabble in got on my own. But I’ve never managed a git for a team.

Thankfully I’ve set up Forgejo to abstract some of the details away.

I desperately want to get my team out of the 80s, but I’m not the manager so sometimes my pushing goes nowhere

[–] [email protected] 1 points 3 days ago

Oh I know that feeling. But when you get the hang of it you will never go back