Sunday, October 19, 2014

I discussed refactoring ForEach loops to Lambda expressions via ReSharper with a friend and a stranger at this year's code camp over the lunch.

My friend said that the Lambdas are more "performant" than the ForEach stuff would otherwise be. I did not know this. She also mentioned that you can't use ReSharper to reverse the Lambda stuff back into a ForEach shape which I've found to be true too.

No comments:

Post a Comment