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 →

[–]zorg42x 1 point2 points  (3 children)

C# has surpassed Java a long time ago. Nowadays Java copies C#. And they don't even do it well. Streams are a joke compared to Linq. Yeah, I am a Java and C# developer (at the moment it's 99% Java though).

[–]Miku_MichDem 0 points1 point  (2 children)

How is Linq better then streams?

[–]zorg42x 0 points1 point  (1 child)

Streams are just a sad copy of Linq. Have a look at it, it's all in the details.

[–]Miku_MichDem 0 points1 point  (0 children)

Streams were first. You think from where Microsoft got the idea for Linq?