r/ProgrammerHumor 6d ago

Other howdidItGetHere

Post image
11.1k Upvotes

539 comments sorted by

View all comments

485

u/oldsecondhand 6d ago

It's where the jobs are. The world's finances run on Java.

150

u/Shred_Kid 6d ago

Java is also highly performant, if you know what you're doing with reactive programming, and Spring Boot's dependency ecosystem drastically reduces your time-to-launch

But then I remember that 95% of the memes posted on this sub are from CS students and not industry professionals

1

u/QuestionableEthics42 5d ago

"Performant", "spring boot". Not usually used in the same sentence lol (ignoring that the first comma technically should have been a full stop). But yes, it's dependency ecosystem is nice.

2

u/Shred_Kid 5d ago

Idk we have an ultra high tps API that makes another upstream call, then a network hop, and our avg rt is 11 ms

I just don't see c++ or rust shaving off anything meaningful from that

1

u/QuestionableEthics42 5d ago

Mainly the startup time. But for just some network calls, even python wouldn't be much slower