If you're a programmer and you make a function that returns a boolean called getIs[whatever] you will not see heaven
enum IsIs
{
Is,
IsNot,
ThatDependsOnWhatYourDefinitionOfIsIs
}
If you're a programmer and you make a function that returns a boolean called getIs[whatever] you will not see heaven
enum IsIs
{
Is,
IsNot,
ThatDependsOnWhatYourDefinitionOfIsIs
}
reminds me of the cursed Visual Basic for Applications enum msoTriState, which unbeknownst to me actually has five states: https://learn.microsoft.com/en-us/dotnet/api/microsoft.office.core.msotristate?view=office-pia
love how all of the functionality beyond an actual bool is "Not supported."