dotnet / dotnet/efcore

Query/Shaper: consider adding names to variables we generate

Open
#29,840 1 comment 2 reactions 0 assignees View on GitHub
area-aot area-query
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

In shaper code we generate a lot of variables (this is how we often communicate between parts of the shaper processing code). At the moment the variables are always unnamed - we let compiler figure out the names when it's all done to avoid bugs due to name clashes. As part of AOT work we could/should consider adding the names to make the code more readable

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.