Hacker News new | ask | show | jobs
by aliswe 1467 days ago
In C# I would definitely use the nullable "bool?" then you can use null coalescing operator to default to either true or false: "value ?? false"