this post was submitted on 12 Mar 2024
1099 points (95.8% liked)

Programmer Humor

32472 readers
589 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Please dont take this seriously guys its just a dumb meme I haven't written a single line of code in half of these languages

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 33 points 8 months ago (7 children)

More like

Problem → new ProblemSolverFactory().createProblemSolver().solveProblem();

[–] [email protected] 18 points 8 months ago (3 children)

Exactly. And configured by 5000 lines of brittle XML.

[–] [email protected] 14 points 8 months ago (1 children)

XML is great because while most config formats compromise on either being human-readable or machine-readable, XML solves this problem by being utterly incomprehensible to man and machine alike 😍

[–] [email protected] 1 points 8 months ago

Is xml really that unreadable for machines? I enjoy xml as a format, because I can generally just convert it to an s-expression and easily manipulate it as a tree.

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