Hacker News new | ask | show | jobs
The power of spread and rest patterns in JavaScript (allthingssmitty.com)
2 points by AllThingsSmitty 416 days ago
1 comments

This syntax does look strange the first time you encounter it, especially since the same syntax is used for two very different things. But once I adopted this religion, every other way of working with array or object values (combining, cutting, rearranging, copying, etc.) seems like an anti-pattern. These operators turn complex iterative testing and copying operations into simple declarative values.