Echo JS 0.11.0

<~>
olalonde 3973 days ago. link 2 points
I agree that it is a good idea to avoid using `this`. Recently, I have started writing Javascript and only attach functions to objects as a way to namespace them. I think a great example of this style is the Connect framework where `this` isn't used but instead, every middleware takes a req, res, next arguments.

Replies