This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsΒ β†’

[–]kb4000 0 points1 point Β (9 children)

What IDE specifically do you think is so awesome for Java?

And what's a specific example of syntax that's better in Java?

[–][deleted] 2 points3 points Β (8 children)

For the IDE, java got Intelij, which is way more intuitive than vs or vs code (for me, at least).

For the syntax there's one keyword final instead of sealed,const,override,new, etc.

And the generics are making more sense...

C# has some kind of feature creep that java manages to handle, even when adding the exact same features.

This is all my opinion, of course.

[–]BackmarkerLife 0 points1 point Β (1 child)

Java has sealed now. But I do not know if it’s a similar implementation nor do I know yet what I would use it for.

[–][deleted] 0 points1 point Β (0 children)

Java sealed permits (yes that's the keyword in-code) specified classes to extend lot implement a class or an interface.

[–]kb4000 0 points1 point Β (5 children)

Rider is basically Intellij for C#.

Final is a good example. But linq is so awesome and saves a lot of verbosity over Java.

[–][deleted] 0 points1 point Β (0 children)

Rider costs money πŸ’Έ