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
-
It depends on how big those lambdas are. Having lots of veeeery long lambdas does decrease readability significantly. But a normal usage of lambdas shouldn't be a problem (☞^o^) ☞
-
@groxx and it is funny how Java practically made them popular back then for not having them!
-
@don-rager In most of the places it is used for implementing a simple comparator(Just one freaking line), and in one place it is 4 lines!!
-
I don’t know how lambdas work in java but are these expressions bound to functions which are named?
-
@TheUchihaGirl I say fuck that guy. You can tell him some nerd on the Internet considers him a dumbass. That'll work I suppose
-
I don't like Lambda's when they are more than one or two lines max, makes it hard to follow, especially if there are lots of nested lambdas.
Once saw a C# code it was one huge block of lambda, took me ages to read it all ... -
Most developers I know are against lambda expressions because they hurt readability. Only this one really skilled but really weird and asocial programmer I knew used lambda expressions.
As well, being a professional developer is a social setting and like we learned in school: the social aspect has more priority. That, or you would have to convince him to learn about lambdas, which is also a professional skill: convincing someone.
Related Rants
-
petru2Aren't lambda expressions just the most frustrating thing sometimes? But how can you not love them when they g...
-
alphaCoder11When someone tells me that Java is the easiest programming language
-
M4R1KU7The moment when you as an apprentice have to maintain the code of a java web application which was mostly writ...
The senior dev in my team wants me to convert all the lambda expressions I have written to anonymous inner classes. He says it will increase the code readability.
IT IS NOT MY FAULT THAT YOU CAN'T READ LAMDA EXPRESSIONS!!!!
It's like the dev has something against the new features of Java8
rant
lambda expressions
frustrating senior dev
java8