Add names for more/all(?) parameters (and lambdas) we generate in materializer code
Open
area-query
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
Currently we generate names for some of the parameters and not others. Good thing about not naming parameters is that we can never get a clash (since compiler generates the names for us). But the drawback is that the code is less readable and harder to understand and correlate output with the piece of materializer code that generates it.
Contributor guide
Assessment
This issue has not been assessed yet.