This commit is contained in:
Fred Silberberg 2020-09-10 16:40:02 -07:00 коммит произвёл GitHub
Родитель 9fb76a990c
Коммит 622f4ea4ff
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -180,7 +180,7 @@ https://github.com/dotnet/csharplang/issues/1398
LDM was somewhat negative on this feature. There are times when you'd want to pair code to run at the end of a block/method return, but defer has invisible consequences
here because it would have to use try/finally. This give defer a penalty that would prevent it from being used in many of the places we'd otherwise want to use it ourselves.
Additionally, there is significant negative community sentiment about this feature, much more than usually get for participation on any particular csharplang issue. As a
Additionally, there is significant negative community sentiment about this feature, much more than we usually get for participation on any particular csharplang issue. As a
result, we are moving this feature to Likely Never, and if we see similar significant outcry to the rejection we can reconsider this.
### Five ideas for improving working with fixed buffers