341
submitted 2 weeks ago by neme@lemm.ee to c/programming@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] kameecoding@lemmy.world 22 points 2 weeks ago

No offense but I have never seen a good developer complain about java.

[-] TheSambassador@lemmy.world 31 points 2 weeks ago

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.

[-] kameecoding@lemmy.world -1 points 2 weeks ago

What's the issue with public static main?

And whats the issue with factories? Factories are a design pattern thats not specific to Java, I'd recommend you read the design patterns book and understand why they exist. I also have 0 factory useage stuck in my mind and I have been developing with java since 2016.

OOP? It's an OO language ffs, that's like complaining that C isn't OO. If you don't want to use an OO language don't use one.

how much code you need to generate for some basic stuff

Do you mean verbosity because thats only a complaint for people who dont need to maintain stuff long term. Or maybe you misused java for doing something simple where python would have sufficed.

And then there is the springboot framework that makes shit trivial

[-] TheSambassador@lemmy.world 1 points 2 weeks ago

So a lot of Java hate I think is mostly in jest.

Personally, Java was the programming language that I had to use for my first two years of college. It's how I learned OOP, data structures, and algorithms. I had to use Eclipse, which at the time was AWFUL (and maybe still is, no idea). I remember it being semi-normal for it to take over a minute to launch on my (gaming) PC.

Later on, as I learned other languages and got a job, I just haven't really had a reason to go back to Java, and most of my memories of it are from being annoyed at Eclipse and needing to implement Quicksort in it. I'm sure it's a great language and I bet it's a lot better and more convenient now. It's just kinda trendy and weirdly nostalgic to hate on it in a half-serious way :) .

[-] topperharlie@lemmy.world 8 points 2 weeks ago

you clearly don't know many good developers

[-] echodot@feddit.uk 7 points 2 weeks ago* (last edited 2 weeks ago)

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.

[-] phoenixz@lemmy.ca 0 points 2 weeks ago

I don't want to be that guy, but that PHP function call at the end that you said never really gets fixed... I haven't used that in 20 years of PHP, and I'm pretty sure that hasn't existed since like 10-15 years ago. People seem to love to hate php because 20 years ago it did something not quite right.

[-] MadhuGururajan@programming.dev 5 points 2 weeks ago

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.

this post was submitted on 11 Jun 2024
341 points (99.1% liked)

Programming

16201 readers
472 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS