this post was submitted on 24 Feb 2026
574 points (98.0% liked)

Programmer Humor

30013 readers
1792 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 14 points 1 day 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 day ago (1 children)

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

[–] ramble81@lemmy.zip 5 points 1 day ago (2 children)

Should have added if it cares about tabs vs spaces.