Closed mikedn closed 6 years ago
To be clear, it generally becomes too late a bit before RTW even, RTW just makes it a breaking change, officially.
The product and any features shipping are locked down and finalized well before the actual ship date and as the ship date approaches, the bar for getting a change in also gets higher.
@tannergooding
The product and any features shipping are locked down and finalized well before the actual ship date and as the ship date approaches, the bar for getting a change in also gets higher.
And before the design meeting notes on the subject are posted.
@tannergooding,
To be clear, it generally becomes too late a bit before RTW even, RTW just makes it a breaking change, officially.
Possibly just repeating @HaloFour's point here, but that is why the LDM notes need to be published in a timely fashion, before it is too late to canvas opinion on those design decisions.
ref readonly
is a rather exotic language feature - it's only useful for certain optimizations and nothing else. The use of an innocuous and terse keyword such asin
is simply not warranted and it looks like it is a significant source of confusion:https://github.com/dotnet/csharplang/issues/1126 https://github.com/dotnet/corefx/issues/25355 https://github.com/dotnet/roslyn/issues/23327 https://github.com/dotnet/runtime/issues/77625