this post was submitted on 24 Feb 2026
622 points (97.7% liked)

Programmer Humor

30160 readers
1467 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
[–] ramble81@lemmy.zip 18 points 1 week ago (1 children)

I have a fundamental disdain for formats with restrictive white space definitions (I’m looking too at you Python)

[–] panda_abyss@lemmy.ca 17 points 1 week ago (1 children)

I’ve never had this issue with Python, but makefile has given me plenty of whitespace issues.

[–] ramble81@lemmy.zip 6 points 1 week ago (2 children)

Should have added if it cares about tabs vs spaces.