michael-o commented on issue #303: [wip] [MNG-6831] replace anonymous classes by lambdas URL: https://github.com/apache/maven/pull/303#issuecomment-569248522 > > > > Regarding the lambda's in general: for those that have been programming Java for over 15 years (like me) having anonymous classes feels more comfortable. Reading lambda's takes time for us, because in our minds we keep trying to read them with inner classes. > > For the generation that grew up with lambda's it is a nobrainer. > > If you really have a problem to understand a Lambda you can simply use your IDE to convert the Lambda back to old style ...if you do this several times you will understand how they work and it will become more and more familiar to read Lambdas. I join Robert here. Funny thing is that I have used lambdas way before I have used Java, namely with Haskell. It was a breeze to use.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
