Obviously OpenJDK is superior to dealing with Oracle’s bull. But even more superior (IMO) is simply not using Java. My life has been noticeably more pleasant since I started refusing to touch Java.
Java has a lot of advantages, but that’s a crazy statement. I feel like literally everyone complains about basic stuff like public static void main, over reliance on factories and OOP, and just how much code you need to generate for some basic stuff. I’m not a Java hater, but I am glad I don’t have to use it anymore.
People complain about Java being weird all the time. The reason people complain about it is because they use it all the time and things about it annoy them.
Pretty much everyone who uses any programming language has stuff they don’t like about it and we’ll complain about it from time to time. A lot of this stuff never really gets fixed, because updating languages is problematic, see mysqli_real_escape_string
.
Being good has nothing to do with having to maintain your company’s code base that’s in Oracle’s Java SE 1.6.
You can’t just design your way out of a conflict whose solution is to change either the existing system architecture or change Java versions,
both suggestions will get you laughed out of the room.
Did you stop programming altogether? /s
I think you can potentially get stuck with worse when you stop Java.
I am aware of that, but Java is the most popular language that runs on the JVM. I don’t specifically dislike other JVM languages, though one of my issues is type erasure and that’s partially a limitation of the JVM.