dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.18k stars 5.84k forks source link

Introduce Robust Programming in Delegate C# Programming Guide #34636

Open echoix opened 1 year ago

echoix commented 1 year ago

In the page How to declare, instantiate, and use a delegate - C# Programming Guide, there is a section named Robust Programming, but it isn't introduced and for a first time reader, it's difficult to understand what is "Robust Programming" that is being talked.

A sentence or two explaining the section that will be talked (what it does, or why following the following is important) would be helpful.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

BillWagner commented 1 year ago

Thanks for the comments @echoix

I've added this to our backlog for our next update to this article

echoix commented 1 year ago

Later I saw that this pattern of "robust programming" was repeated other sections in the equivalent articles. It could be in the backlog too.