Anton Telesh
Member since Jun 8, 2016
- Profile: /members/13211-anton-telesh.htm
- URL: http://antontelesh.github.io
- Comments: 3
Recent Blog Comments By Anton Telesh
-
Aggregating Values In A Promise-Based Workflow In JavaScript
Posted on Jun 25, 2016 at 4:43 AM
For me, there is one more drawback of the approach you call "Explicit Reduction". The functions are not defined now in the same lexical scope, which means they are intended to be somehow independent of each other. But relying on that object that is passed into each of them implicitly coupl... read more »
-
Elegant Objects By Yegor Bugayenko
Posted on Jun 17, 2016 at 12:50 PM
Thanks for the review. As for eliminating the `if` statements it reminded me of this talk: https://youtu.be/9lv2lBq6x4A... read more »
-
Templates Appear To Maintain Lexical Bindings In Angular 2 RC 1
Posted on Jun 8, 2016 at 2:35 PM
So is this just like passing a function to another function? I mean that when that passed function being executed, it executes in a context it was defined, but also is able to accept some other data via arguments from the execution context.... read more »