Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Brolls i find LINQ more ugly. "Map" is called "Select", "Filter" is called "Where", ... it annoys the shit out of me. And I have to call ToList half the time. But on the other side .stream() and .collect() are not better either.
-
Brolls31557y@host127001 yeah. The naming is unfortunate but it’s because Linq was primarily designed to be used against sql data sources, so keeping the terminology the same (kinda) makes sense.
-
@Brolls i know. And to be honest I like 'where' more than 'filter'. But every other languages has 'map' etc so I dislike Linq
Related Rants
Is the Java programming language 100% object oriented?
question
java