dotnet / dotnet/csharpstandard

8.X and 15.X Rename "local variable declaration space" to "local declaration space

Open
#161 3 comments 0 reactions 0 assignees View on GitHub
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

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.