this post was submitted on 07 Sep 2024
228 points (97.1% liked)

Programmer Humor

19166 readers
1021 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 1 year ago
MODERATORS
228
Java Was The Future (files.catbox.moe)
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 32 points 1 week ago (12 children)

Holy shit! Can that be any more drawn out and boring?

[–] Blue_Morpho 78 points 1 week ago (7 children)

It's java. Extremely drawn out method names is it's calling card.

[–] [email protected] 5 points 1 week ago (3 children)
[–] Blue_Morpho 8 points 1 week ago (1 children)

I'm unfamiliar with Mac programming but that looks normal. Do those function calls become absurdly long when used?

Here's one I found on Google from the jdk:

InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonPainter

Yes that's not a typo, internalframe is repeated.

[–] [email protected] 7 points 1 week ago

I mean, it’s dumb but I know what it is. It’s the painter for the internal frame’s title pane maximize button, which is in the internal frames title, which is in the internal frame.

It’s essentially a dumb way of writing: InternalFrame.Title.MaximizeButton.Painter

load more comments (1 replies)
load more comments (4 replies)
load more comments (8 replies)