this post was submitted on 01 Mar 2025
199 points (93.1% liked)

Programmer Humor

20954 readers
2471 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
 

Probably not a good title to seek upvotes. If it does get upvotes, more programmers get share in your pain ๐Ÿ˜…

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Hammerheart@programming.dev 19 points 5 days ago (3 children)

short variable names, and the only vowel is 'i'

[โ€“] logging_strict@programming.dev 1 points 2 days ago* (last edited 2 days ago)
from multiprocessing import Lock
l = Lock()

flake8 .... way too ambiguous

load more comments (2 replies)