Rick Waldron

Results 213 comments of Rick Waldron

@frxnz nice catch, I'll revise the list above

![](http://i.gyazo.com/a4c29aad8c5285e971930e86e9b048c9.png)

![](http://i.gyazo.com/8165adac1c0f79fb16f372f6cc1b94d8.png)

That seems easy enough.

But I'm not sure "where", so I'm not going to fiddle around with it.

> https://github.com/samuelgoto/proposal-block-params#bindings Hopefully any suggestions that include special properties of a `this` object are off limits until https://github.com/samuelgoto/proposal-block-params/issues/16 is resolved.

> ``` > // can a parser tell the difference between a built-in match() and a > // userland match performantly? > ``` It's not about telling the difference, it's...

@samuelgoto > Does that make sense? Mostly, but @leobalter already pointed out the important corrections. > Still, point being that this is NOT equivalent to `a(function {})`. That's what I...

> ```js > a { > b { > } > } > > // equivalent to > > a(function() { > b.call(this, function() { > }) > }) >...

> Not if a calls its callback like func.call(inst, ...). a sets this I explicitly addressed this in number 3 of my first comment.