> In lambdas which are short and not nested, it...
# announcements
d
In lambdas which are short and not nested, it's recommended to use the
it
convention instead of declaring the parameter explicitly. In nested lambdas with parameters, parameters should be always declared explicitly.