Join Nostr
2026-01-27 21:47:49 UTC

Lynnesbian :bune_ylw: on Nostr: sometimes when i feel my code has too many confusing states, i like to stop, take a ...

sometimes when i feel my code has too many confusing states, i like to stop, take a deep breath, and open [the MSDN page for the MsoTrioState enum](https://learn.microsoft.com/en-au/dotnet/api/microsoft.office.core.msotristate ).MsoTrioState

is "a tri-state Boolean value". it has five possible values. only two of them are supported.

the only supported values are true and false.