this post was submitted on 28 Jul 2026
481 points (96.2% liked)

Programmer Humor

33033 readers
2036 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] RustySharp@programming.dev 11 points 1 month ago (2 children)

The current legacy code I'm dealing with is full of these:

// TODO: Class description here to satisfy linter

[–] Valmond@lemmy.dbzer0.com 7 points 1 month ago (3 children)
[–] Jankatarch@lemmy.world 3 points 1 month ago

That sounds horribe, actually.

[–] OwOarchist@pawb.social 3 points 1 month ago (1 children)
"""
only one line for your comment?
fucking amateur
this comment uses five lines
"""
[–] xthexder@l.sw0.com 5 points 1 month ago (1 children)
/*
 * this five line comment
 * is formatted C plus plus
 * and is a haiku
 */
[–] jerkface@lemmy.ca 3 points 1 month ago (2 children)

A haiku has to use elements of the natural world in a symbolic manner.

[–] xthexder@l.sw0.com 3 points 1 month ago* (last edited 1 month ago) (1 children)

Eh, my bad. I figured that was somewhat optional given it's English and already kind of an adaptation. Fixing it is more effort than I'm willing to put in tho

The whole Wikipedia page on English Haiku makes it seem like there's a lot of room for interpretation

[–] OwOarchist@pawb.social 2 points 1 month ago

I figured that was somewhat optional

It is somewhat optional.

While there are certain elements that are traditionally included in a 'proper' haiku, those elements are not universal, even in very old, traditional haiku. @jerkface@lemmy.ca is being too harsh and speaking too absolutely here. A non-traditional haiku is still a haiku.

-- Your friendly neighborhood literature major.

[–] RustySharp@programming.dev 3 points 1 month ago

elements of the natural world in a symbolic manner

What about elements of HTML? It also has symbols.

[–] one_old_coder@piefed.social 2 points 1 month ago

Don't you have stuff like // NOLINTNEXTLINE to explicitely disable some lints?