Replies: 2 comments
-
There are several arguments for your proposal, as well as for the current implementation. Further, the correct place for this proposal is https://github.com/dotnet/runtime. This repo is only dedicated to the C# syntax, not the runtime's behaviour. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Because it seemed worse than the semantics we chose |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python no exception:
C# give me out of range:
I know that just a syntactic sugar of
string.Substring
, but why not implements like python? Even if need to inject length checking.Beta Was this translation helpful? Give feedback.
All reactions