Hacker News new | ask | show | jobs
by CodeGlitch 1638 days ago
Walrus operator.

I don't think I've seen it in the wild either. Perhaps too new?

1 comments

It’s used a lot in simple situations. However never seen it used for multiple values, which was the reason given for using := instead of the “as” keyword used elsewhere. So I cringe every time I use it.