It’s not so important in tuple-less language. When...
# language-proposals
o
It’s not so important in tuple-less language. When you have every component named (properties), you can just make a type check and then use smart-casted value to get properties. In functional language, when you are matching against a value that is just ordered set of values, destructuring is essential.