this post was submitted on 13 Nov 2025
1010 points (99.1% liked)

Programmer Humor

27322 readers
895 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
[–] merc@sh.itjust.works 1 points 20 hours ago

Even if the abstractions aren't pointless, there's a limit to how many levels of abstraction you can make sense of.

I've seen some projects that are very well engineered, with nice code, good comments, well named variables and functions. But, the levels of abstraction and nesting get so deep that you forget why you were digging by the time you get somewhere relevant.

What's frustrating there is that you can't blame someone else. It's just a limit for how much your brain can contain.