Skip to content

Add section on checking if a value is null #29

@tautropfli

Description

@tautropfli
  • prefer x is null over x == null
  • prefer x is { } instead of x != null or !(x is null), this one should probably change to x is not null once C# 9 comes out.

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