DEV Community

Discussion on: Demystifying the Long Arrow "Operator"

Collapse
 
joelnet profile image
JavaScript Joel

Creative! I love weirdness like this.

The only problem with it is that it requires reeducation. And people really resist being educated.

Perfect for a pet project. Not so much for your employer's source.

You'd just have to add some docs to explain what this funky thing does.

Cheers!

Collapse
 
somedood profile image
Basti Ortiz

Thanks! I'm glad you share my fascination with weird things. *high five*

Collapse
 
joelnet profile image
JavaScript Joel

Keep em coming!

Collapse
 
worc profile image
worc

it's not really a "reeducation" problem so much a bad code problem. it might be useful for code golf, but it's just a confusing way to decrement an index.