|
|
|
|
|
by throwaway189262
1879 days ago
|
|
I don't think an ask thread is a good spot for a rant, but the JVM languages have changed a lot over the years. You imply that Java is big and heavy when JS/Node Python and Ruby use more ram and run slower than Java in basically every benchmark. And V8 runtime and JS language complexity is just as big as Java these days. Java is very scalable. If I was force to work on a million+ line project I would pray it was Java or C#. Java ain't going to win any beauty pageants but it's a solid all rounder. The guy you keep on roster because he can fill any position, not because he's the star hitter. |
|
I’ve worked a lot both with java and nodejs. Your words about js complexity “just as big” are simply wrong.
Think about multithreading for starter. And all the bugs and developer mental overhead that comes with it.