← Back
Nick Chapsas January 29, 2026 5m

The Boolean Trick No C# Developer Knows About

Summary

The video explores an unconventional approach to null checking in C, demonstrating a JavaScript-like syntax for handling potentially null objects by leveraging a hidden technique. The presenter creates a person class and shows how to conditionally check for object existence using an innovative method that mimics more dynamic programming languages. The practical takeaway is understanding how to simplify null checks in C and potentially make code more readable by borrowing approaches from other programming languages.

View original episode ↗