Echo JS 0.11.0

<~>
tracker1 2726 days ago. link parent 3 points
The first code sample has a lot of unneeded redundancy to begin with.  Also... `this.foo()` is not more readable than `foo()` and you're creating an object context for no value add and complicating testing.

Replies