Skip to content

Update ca1507.md #3890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2019
Merged

Update ca1507.md #3890

merged 1 commit into from
Sep 10, 2019

Conversation

Youssef1313
Copy link
Member

The usage of nameof really doesn't add any readability in my opinion. It's just good to use it for maintainability, specially, when renaming arguments.

throw new ArgumentNullException(nameof(arg));
throw new ArgumentNullException("arg");

Both lines are as same readable.

@PRMerger15
Copy link
Contributor

@Youssef1313 : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@gewarren gewarren merged commit d65f7d3 into MicrosoftDocs:master Sep 10, 2019
@Youssef1313 Youssef1313 deleted the patch-2 branch September 10, 2019 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants