Dec 25, 2024
I take it this is C#? I see this same trauma over nulls with Java devs.
Kotlin and Swift make a big deal about wrapping and unwrapping nulls, leading to annoying situations in which you have to force unwrap something you already know is not null.
Null also exists in Scala, but Scala devs seem to not worry about it all that much.