General

Profile

alissonbruno.sa (Alisson Santos)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 0 1

Activity

01/11/2019

07:45 PM Ruby Feature #15526 (Open): New way to destruct an object hash
JavaScript has a nice a neat way to destruct objects.
~~~ javascript
const person = { name: "John Doe", age: 33 };
const { name, age } = person;
~~~
Erlang has a similar way to destruct a tuple:
~~~ erlang
Person = {"John Doe...
alissonbruno.sa (Alisson Santos)

Also available in: Atom