this post was submitted on 10 Oct 2025
634 points (99.2% liked)

Programmer Humor

26865 readers
754 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
[–] naught101@lemmy.world 28 points 4 days ago (7 children)

The developer who was there when I started my last job believed that libraries should be avoided at all costs. He wrote a CSV reader from scratch in python. It didn't work in many edge cases. He didn't like it when I pointed that out. Nor when I showed him that his "better way" in another case was more than 10x slower using a profiler... At least he was using git, but the git history was full of long series of identical commit messages unrelated to code changes, because PyCharm has an option to reuse the previous commit message on a new commit...

He eventually quit and I spent 3 years refactoring his garbage before we finally had a tech team who could take over (I'm a scientist, with self taught coding skills). Pretty sure even after we had a tech team of 7 if was still a better coder than most, purely because I was interested in how coding works, and trying to understand underlying concepts.

[–] Zink@programming.dev 25 points 4 days ago (6 children)

because I was interested in how coding works, and trying to understand underlying concepts

Ah, yes. The secret to being better than most people at at most things. Curiosity and giving a shit.

[–] someacnt@sh.itjust.works 7 points 4 days ago (3 children)

My impostor syndrome is saying that I suck at everything, I just got curiosity to get over some of it..

[–] polle@feddit.org 2 points 4 days ago

It will when you realize the people in your room are mostly talking but actually have no clue.

load more comments (2 replies)
load more comments (4 replies)
load more comments (4 replies)