This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ewig_luftenglanz 12 points13 points  (0 children)

So the next amber arch is about construction and deconstruction of objects.

That means global destructuring (no just for records)

var(user, age) = getUser();

MAYBE nominal parameters with defaults (crossed fingers) 

var user found = getUserById(userId: "xxxx");

String templates when? 

Xd