dotnet / dotnet/csharpstandard
8.X and 15.X Rename "local variable declaration space" to "local declaration space
Open
type: clarity
- Dominant language
- C#
- Stars
- 815
- Forks
- 99
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 16
Description
For background, see the discussion on ECMA-TC49-TG2/spec#714
The new proposal introduces two different declaration spaces for a method: one that includes the method arguments, and a local declaration space that does not include arguments, but includes all local variables and constants.
These two declaration spaces need to be used consistently.
Contributor guide
Assessment
This issue has not been assessed yet.