this post was submitted on 05 Jul 2023
258 points (97.1% liked)

Programmer Humor

19883 readers
266 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
 
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 2 years ago (1 children)

Pair programming can be really fruitful. Either I feel like I'm teaching someone something (which I like) or I'm getting schooled (which I also like).

Both being stumped and fetching a third is also interesting. But usually it's a functional person not a dev.

[–] [email protected] 3 points 2 years ago

Wdym? Are devs not functional?

[–] [email protected] 11 points 2 years ago

Don’t forget to practice safe pair programming https://youtu.be/8wUOUmeulNs

[–] [email protected] 7 points 2 years ago

So true I'm the developer

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

I did an internship a few years back and they paired me with another intern to make a fairly simple python script. We were both so bad with git we ended up just sharing screen the whole time and writing the same code twice (once on each of our machines). It was not very efficient.

[–] puppy 1 points 2 years ago

I urge you to spend the time and learn it. There's no future for a developer without version control.