Skip to content

Monthly Archives: June 2010

A parameter by any other name (best practices with lambda expressions)

17-Jun-10

Lambda expressions are powerful tools that allow you to create succinct inline functions. However, without proper care they can quickly descend into an unreadable mess. While there are several ways that a lambda expression can become messy, this article will only address the naming conventions used for the expression’s parameters. Here are the two different [...]