try icon indicating copy to clipboard operation
try copied to clipboard

Search and sort lists tutorial step 3

Open akilisosa opened this issue 5 years ago • 3 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

This is a request to add a challenge to the documentation. Also maybe brackets, and some other notation about the if (index != -1)` part.

Describe the solution you'd like A clear and concise description of what you want to happen.

this if (index != -1) part, I think should be explained more. It made sense, but earlier in the documentation we were shown an if else statement, and it was noted that brackets should be used, and here its something else.

Maybe the term Best Practice should be used when talking about checking for an index of -1.

I think a challenge should be added so that less imaginative people can try getting the other message.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Leave the documentation as is, or just do a piecemeal approach. This is a very minor documentation feature, and as an introduction to c# it made sense to me.

Read More https://github.com/dotnet/try/wiki/Product-Roadmap

akilisosa avatar Feb 22 '20 15:02 akilisosa

@BillWagner

jonsequitur avatar Feb 22 '20 18:02 jonsequitur

Issue moved to dotnet/docs #17192 via ZenHub

BillWagner avatar Feb 24 '20 16:02 BillWagner