A brief note pointing out that wrapping a callable in a lambda that simply forwards the same parameters to that callable is unnecessary; you should just use the callable directly.

1m read timeFrom devblogs.microsoft.com
Post cover image
4.7K Impressions