docs icon indicating copy to clipboard operation
docs copied to clipboard

simplify example of lambda function

Open KyleMit opened this issue 1 year ago • 0 comments

Summary

Very minor code clarity improvement, but not sure why it's important to assign to null first and then re-assign the actual value of the lambda. Type is already spelled out for clarity, so it's not being used to clarify type. Main reason to update is to make easier the visual comparison between a local function and lambda function with adding extra steps to one, but not the other.

KyleMit avatar Sep 21 '22 18:09 KyleMit