79750815

Date: 2025-08-29 22:22:34
Score: 1
Natty:
Report link

I just use the "is" operator which matches against types.

A simple example

if (objectThatCanBeNull is null) {
    Console.WriteLine("It is NULL!");
} else {
    Console.WriteLine("It is NOT NULL!");
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Micopero