Hacker News new | ask | show | jobs
by saagarjha 832 days ago
It’s not a new idea, but I don’t think it’s a good idea. That’s just it. Swift has a construct to do the equivalent and it’s fewer characters to boot when compared to Dart when you’re going from an optional to non-optional type.
1 comments

But that's exactly what Swift does: it narrows the types. To do that, it uses a separate construct that only exists to make the parser ever so slightly simpler.
Yes and I think having a separate construct rather than using another one and imbibing it with new meaning is more elegant