dotnet / dotnet/efcore

Add names for more/all(?) parameters (and lambdas) we generate in materializer code

Open
#33,446 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.