Y
Hacker News
new
|
ask
|
show
|
jobs
by
jbreckmckye
271 days ago
I'm a big fan of the Elvis operator myself (.?)
1 comments
chuckadams
271 days ago
.? is null-safe property access. Elvis is ?:
link
jbreckmckye
271 days ago
Oh, that makes more sense, because ?: has eyes
https://en.m.wikipedia.org/wiki/Elvis_operator
?:-)
link