Hacker News new | ask | show | jobs
by EdiX 3233 days ago
https://play.golang.org/p/rfq52ZmLPS
1 comments

My question misses the important words "a situation where it makes sense."

As I wrote below:

Ignoring the compatibility guarantee for the sake of discussion, I feel that nobody would notice if the compiler tomorrow started short-circuiting the equality check of interfaces against nil to return true if either tuple value is nil. But maybe I'm missing some use-case.