Skip to content

Suggestion. Make it one liner. #30

@Bartmax

Description

@Bartmax

Instead of

if (param == null) 
{
     throw new ArgumentNullException(nameof(param));
}

I like this better:

if (param == null) throw new ArgumentNullException(nameof(param));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions