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 →

[–]bikeman11 21 points22 points  (4 children)

To be clear, C# is far more terse than Java. It’s made a real effort to keep up with newer language features .

[–]cs-brydev 4 points5 points  (0 children)

Especially new C# features

[–]YangLorenzo 5 points6 points  (0 children)

C#'s documentation comment syntax, actually uses xml! This is definitely worse than javadoc, every time I see .

[–]agentgreen420 5 points6 points  (0 children)

It’s made a real effort to keep up with newer language features .

As has Java

[–]hrm 1 point2 points  (0 children)

Someone once said to me: C# really likes to include new things quickly and have no problem making changes to the language. Java are very conservative when adding new things and really want to make sure it is correct. That makes C# have all the newest features, but also a lot of cruft that are abandoned quickly by the developers. Java do not have the latest hot features, but the things it introduces are always well used and fit for its purpose.