add bad comment to bad section of destructuring

This commit is contained in:
Sean Massa
2015-04-05 01:34:31 -05:00
committed by Josh Perez
parent e826067498
commit 38ae6b6df2

View File

@@ -370,6 +370,7 @@
> Why? You can add new properties over time or change the order of things without breaking call sites.
```javascript
// bad
function processInput(input) {
// then a miracle occurs
return [left, right, top, bottom];