Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
miiitch8266y@nitwhiz ok so what about Node? OCaml? Erlang Beam? Or any programming language which produces bytecode? Or (why not) interpreted languages like Python, Ruby?
Seriously, I can't find a single reason to use Java 😱 -
Ellis16186yBecause It's what got me a brilliant apprenticeship.
Like critical banking company apprenticeship. -
miiitch8266y@BigBoo not shit? I personally think that is the worst programming language to write in 2018.
It had sense in 90's, but now I can't find a single reason to use it (except for mantaining old legacy code).
Slow. Verbose. Broken. Ugly. Memory killer.
Just my thoughts, I know a lot of people doing amazing things in Java... but does it still have sense in 2018? -
BigBoo23206y@miiitch Yeah. It's not the sexy new thing on the block. But as I said. It's not bad and it's established.
It's easy to be productive in java. There is a lot of nice build tools and IDE's
Usually man hours is more expensive than execution time. Of course it depends on the use case. But performance is usually good enough as long as you don't do anything stupid. And if you are stupid. It doesn't matter what language you use. You are still stupid.
With that said. It does have a lot of drawbacks. But atleast it's getting better. -
@brano88 The problem is what java promises.
I don't see platform independence in a platform dependent, monthly updated, method deprecating VM.
Java is nice indeed, it's not necessarily slow and for devs it _can_ be nice.
But it's horrendous for the end user.
Related Rants
Why Java?
rant
java
jvm