Well-intentioned people tend to ask the same question over and over again: What does this mean:
var foo = bar ? 1 : 0;
It's the thing which most people (notably: most people on SO) call "the ternary operator," but strictly speaking is a conditional operator, but since the person asking generally doesn't know the name and it's not search-engine-friendly, they don't figure out how to find the existing questions, of which there are lots.
So my question is, how could we fix this? Is there a way to help people find results for syntax when they don't know the name?
Perhaps:
- A grammar-and-language-aware question parser?
- A language syntax reference which correlates to the correct SO tags?
- Something else?
Nitpicker's corner: Added digression about common usage being incorrect. I think it's missing the point, but perhaps if I spell this out we can talk about the question I'm asking instead.
var x=x ?? y ?? z ?? 0!? – Earlz May 6 '10 at 18:00+the binary operator, would you? – Super Long Names are Hilarious May 6 '10 at 18:01<<and>>. – Aarobot May 14 '10 at 14:03