this post was submitted on 10 Mar 2026
236 points (99.2% liked)

Programmer Humor

30286 readers
3385 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
[–] bitjunkie@lemmy.world 116 points 1 day ago (2 children)

"Prompt engineer" is a legitimate profession to people who think "how fast you can type Python" is what determines the skill level of an actual programmer.

[–] gerryflap@feddit.nl 3 points 5 hours ago

For real. I type like a boomer, but I never had any problems at uni or work (as a developer). It's not about how fast you're typing but what you're typing. And any good developer generally spends more time thinking or testing than typing.

Bur bad managers can't accept this, they need dumb metrics like typing speed, added lines of code, useless certificates, etc

[–] Windex007@lemmy.world 33 points 1 day ago

When people type 70wpm andit it requires thier full attention, it seems intuitive that this is a bottleneck. I just don't believe that's the typical state of affairs for most devs. Most management, sure.

I'm not saying there aren't some code that get written that is braindead simple and have a lot of keystrokes (builders come to mind) but modern IDEs will generate them for you. We already had a plethora of deterministic code generation tools at our fingertips.