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
-
Honestly the more I learn about Java the less I like it. I prefer c# as a language anyway, but the whole thing about running code in a virtual machine for every open app is just madness imo
-
I work with Java almost every day for my job, here is the reality: Modern Java actually pretty great and with Gradle you get fast build times.
But if you are stuck with old java versions and slow build systems.. You have my condolences -
DEVil6669173y@TheMatter13 At least is not Electron in which the runtime is so damn huge and comphrends things which even Electron developers didn't know
-
DEVil6669173y@nemetepst Yeah, I imagine which the fault is on the build system and not on Java, in theory Maven (the build system which I have to use) supports incremental builds but for some reason in this project that feature don't work and each build takes the same 20 minutes.
-
@DEVil666 Maven can be a bit weird sometimes, make sure your configuration is correct.
I lost countless hours with broken builds because there was something wrong with configuration but no errors/warnings appeared. (Maven sometimes hides errors even if you add flags to show them.. :/)
My last problem with Maven was a typo in a pom.xml file, got some generic dependency error and that was it, took me five days to figure out.. Thankfully I don't have to work with maven anymore, we migrated all java code-base to Gradle a while back.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Cyborg15A guy and a girl are in a Java seminar. Afterward, the guy approaches the girl and asks, "Hey gurrl, can I ge...
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
I'm building a desktop Java application, the build is running from 20 minutes and it keeps going... and people still mocks C++ for being slow in building
rant
java
c++