tc39 / proposal-nullish-coalescing

Nullish coalescing proposal x ?? y
https://tc39.github.io/proposal-nullish-coalescing/
1.23k stars 23 forks source link

Correct spelling of title #53

Closed mheiber closed 5 years ago

mheiber commented 5 years ago

Correct spelling of title. Note this screenshot from VSCode showing that the operator is condescending (expected) rather than coalescing (incorrect description).

nullish-condescending

claudepache commented 5 years ago

Fortunately, in JS, empty strings are not nullish. There is a bug either in VSCode, or in the language you’re writing in. Or in both.

ljharb commented 5 years ago

Is this some kind of photoshop troll? I’m not sure i get the point.

DanielRosenwasser commented 5 years ago

Sorry this is actually on me. Max made a joke about the operator name and I encouraged it, but now realize it was probably confusing for other contributors.

mheiber commented 5 years ago

Sorry Jordan.

ljharb commented 5 years ago

lol it's fine, i was just very confused - i guess i just didn't get the joke :-p