this post was submitted on 05 Apr 2024
516 points (94.3% liked)

Programmer Humor

19187 readers
1459 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
 
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 30 points 5 months ago (2 children)

My favorite is “Java is slow” said by someone advocating for a language that’s at least 10 times slower.

[–] [email protected] 24 points 5 months ago (5 children)

My favourite is "all the boilerplate" then they come up with go's error checking where you repeat the same three lines after every function call so that 60% of your code is the same lines orlf error checking over and over

[–] [email protected] 4 points 5 months ago

Things like lombok make the boilerplate less of an issue in modern Java too

load more comments (4 replies)
[–] [email protected] 9 points 5 months ago (11 children)

Those who say such things are straight ignorant

[–] [email protected] 6 points 5 months ago (1 children)

They’re basically fashion victims.

[–] [email protected] 4 points 5 months ago

I wouldn't say so. They are inexperienced. They don't know where the bottleneck of most of the modern software is (it's io in 80-90% of cases) and how to optimize software without rewriting it to C++

load more comments (10 replies)
[–] [email protected] 27 points 5 months ago (1 children)

Write your business critical process in brainfuck and have job security for life.

[–] [email protected] 9 points 5 months ago

Sprinkle in some whitespace code...

[–] [email protected] 22 points 5 months ago

Java is a great language. But programming languages are tools - not every tool is the right tool for every job

[–] [email protected] 19 points 5 months ago (3 children)

back in my day we only had one language. it was called ASSEMBLY. wanted to make the computer do something? you had to ask it yourself. and that worked JUST FINE

[–] [email protected] 17 points 5 months ago (2 children)

Well la-tee-da, fuck my AND gates and inverters.

Look at moneybags over here with his instruction sets.

[–] [email protected] 14 points 5 months ago

Back in my day when you wanted a computer to do something, you just asked her to do it and then underpaid her because women can't hold real jobs.

[–] [email protected] 3 points 5 months ago (1 children)

Gates and inverters!!?

Luxury!

In my day we had to use transitors and resistors and, if we were lucky, maybe capacitors.

[–] [email protected] 3 points 5 months ago

Look at me, I have a friend at bell labs.
We had to use vacuum tubes, and we liked it.

[–] [email protected] 3 points 5 months ago (1 children)

Back in my dsy we only had non programmable computers. Wanted to make the computer do something? You had to specifically build in the function. And that worked JUST FINE

[–] [email protected] 4 points 5 months ago (2 children)

Back in my day we had an abacus and if you wanted it to do something you had to do it your damn self. And that worked JUST FINE.

[–] [email protected] 4 points 5 months ago

Back in my day people worked 16h days everyday and had no time for math or computers. And that was JUST FINE.

load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 17 points 5 months ago

Seems reasonable to me. A scripting language, a compiled language, SQL, some CI/CD DSL, and a dealer's choice.

Java isn't bad but, I'm not a fan of how verbose and convoluted it is. That said, I'll take Java over here JS any day of the week.

[–] [email protected] 12 points 5 months ago

The python code we inherited had some performance issues. One of the guys was like "we should rewrite this in Java".

Luckily the boss was not an insane person and shut that down. The issue was an entirely stupid "...and then we do one query per project" behavior that worked fine when the company was small but unsurprisingly started to suck as users created more projects.

Instead of a months long complete rewrite, we had a two hour "let's add profiling... Oh wow that's a lot of queries" session.

[–] [email protected] 10 points 5 months ago* (last edited 5 months ago)

This is super easy, you just fire all the Java devs and hire real engineers.

[–] [email protected] 9 points 5 months ago* (last edited 5 months ago) (1 children)

One project I worked on had 10 different languages. That was rough. But even your basic full stack web application is usually 5 languages: SQL, a backend language, HTML, CSS and JS. Usually some wheel reinventing frameworks thrown in for good measure. 5 languages is light these days.

[–] [email protected] 7 points 5 months ago (2 children)

And don't forget the CI "language" plus a bunch of bash scripts, Helm, Kubernetes, etc.

load more comments (2 replies)
[–] [email protected] 8 points 5 months ago (5 children)

Java is great if you actually want to earn a living.

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

You're not wrong, it's still a staple today, but it lost a lot of its shine a while ago. They are mimicking "new" features introduced in other languages, but make a point to preserve retrocompatibility.

I can't imagine how convoluted the JVM has become in the last 10 years.

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

I don't really see how that is bad..? Java wants to be widely applicable and taking the best features from other languages helps that goal, right?

[–] [email protected] 4 points 5 months ago (1 children)

C++ fanboys will talk a bunch of shit about Java for this, but c++ has been doing this same shit (and more poorly) pretty much since its inception.

And most of the newer Java stuff is syntactic sugar, so I’m not sure why that commenter is calling out JVM implementations. I’m guessing they don’t know much about the JVM, since you can compile these higher level syntax tricks down into bytecode just like you might compile more verbose source code.

Static analysis of compiled code with javap might be more difficult, but I’m betting the commenter doesn’t know what that is either.

load more comments (1 replies)
load more comments (2 replies)
load more comments (4 replies)
[–] [email protected] 8 points 5 months ago

Java is great, the way its (ab)used is terrible.

[–] [email protected] 7 points 5 months ago (12 children)

I'm failing to see the problem. As long as one of the languages isn't PHP they're still probably better off 🤷

[–] [email protected] 6 points 5 months ago (1 children)
[–] [email protected] 9 points 5 months ago (2 children)

PHP5 was basically the Adolf Hitler of programming languages

You know how something can be so terrible it ruins something forever? Like the hitler stache

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

5.3 was a big leap for PHP. It became actually very good at that point.

I learned it when it was on 4 and boy oh boy was that something.

But nowadays, with 8, it works great, tooling is fantastic. I just kinda wish the documentation, which is absolutely top notch for 90% of the language, was this good for the rest 10%.

I want to play around with Fibers, but I just don't get the info I want to.

pthreads were so out of date in docs it was shameful.

But the language is good, typing is coming along nicely, and basically the only thing I want PHP to do is to call Postgres and encode the output to json. Works like a charm.

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago)

Yeah i've heard good things about it recently. I've always liked how easy curl can be in php.

Adding typing seems like it would fix most of the problems i did run into but

Has PHP raised its standards on function naming? Or do you still have batshit situations like realEscapeString2() because the first 30 other functions for escaping strings are deprecated?

load more comments (1 replies)
load more comments (11 replies)
[–] [email protected] 5 points 5 months ago (11 children)

Skip step 3, and just switch to Kotlin. Worked wonders for Android

load more comments (11 replies)
[–] [email protected] 4 points 5 months ago (1 children)

we should use only the best language for everything.

[–] [email protected] 6 points 5 months ago (15 children)

Codebase is now 30 languages

load more comments (15 replies)
[–] [email protected] 4 points 5 months ago* (last edited 5 months ago) (1 children)
[–] [email protected] 4 points 5 months ago* (last edited 5 months ago) (3 children)

Yes Java, Scala, Kotlin, Jython and Perl

load more comments (3 replies)
[–] [email protected] 3 points 5 months ago (1 children)

I would say that over a decade of my career was coming in as a freelancer to fix codebases where a couple of people tought they knew better than the previous ones and proceeded to add yet another very different block to a codebase already spaghetiffied by a couple such people.

Sometimes it was coding style, sometimes it was software design, sometimes it was even a different language.

I reckon thinking that just deploying one's EliteZ skills on top of an existing code base without actually refactoring the whole thing will make it better is a phase we all go through when we're still puppy-coders.

load more comments (1 replies)
load more comments
view more: next ›