Echo JS 0.11.0

<~>

secoif comments

secoif 3657 days ago. link 3 points
This article is garbage. Comes out swinging at JS without knowing JS.

jQuery.fn.each?
_.each?

Comparing an each to a map… is that JavaScript's fault?

Hand-writing a map/filter/reduce function?

This author of this post doesn't seem to know ES5 exists.
secoif 3663 days ago. link 2 points
I don't see that… it does say "similar to node.JS v10", is that what you're referring to?
secoif 3678 days ago. link 1 point
no magic "behind" unfortunately. I was hoping this would be an article on how generators are implemented in the JS engine.
secoif 3759 days ago. link 0 point
to be fair, requirejs was never really 'in'
secoif 3817 days ago. link 1 point
it doesn't depend on jquery, it just mounts under the $ variable.
secoif 3817 days ago. link 1 point
it doesn't rely on jquery. You can use whatever DOM abstraction you want. This just mounts under the $ namespace. And even if it did, it's still no big deal since jquery isn't a framework; it's just a monolith dom abstraction lib + stuff. jquery doesn't dictate how you structure your app or how you model your data, whilst backbone, angular, knockout, ember etc do. Dictating application structure is where the technical debt comes in as it infects every line of code and is a very difficult decision to back out of.
secoif 3825 days ago. link 2 points
This achieves a great deal of what these frameworks do with a mere fraction of the technical debt.
[more]