Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

25
  • 3
    Yes, Microsoft is the authority, but the authoritative document is the specification. See section 7.12, Conditional Logical Operators. Commented Nov 22, 2017 at 17:49
  • 8
    The moral of the story being: it's more important to understand precisely what these operators do than to be precise about their names. Commented Nov 22, 2017 at 17:50
  • 21
    Focus on what the operators do, and stop obsessing with the vocabulary. See also Naming Considered Harmful. Commented Nov 22, 2017 at 17:56
  • 4
    +1. Everything listed in the question is just operators that take one or two expressions and evaluate to a value. The adjectives are unnecessary hair splitting. Commented Nov 22, 2017 at 18:00
  • 3
    @RobertHarvey “Considered Harmful” Essays Considered Harmful Commented Nov 23, 2017 at 13:43