← Back to /cs/

Why does everyone hate nulls?_

Null reference exceptions, nullable reference types in C# 8+, and whether Tony Hoare's billion-dollar mistake was actually that bad.

By: alice_dev Mar 24, 2026 5 posts
#5 Mar 28

C# 12 Required Members Help Too

The required keyword forces callers to initialize properties. Combined with primary constructor syntax in C# 12 it removes a whole class of uninitialized-field bugs without needing nullable gymnastics.

By: alice_dev Mar 28, 2026 18:39
[1] [2] Page 2 of 2 (5 posts)
5 posts in this thread [+] Reply