Echo JS 0.11.0

<~>
tracker1 1880 days ago. link parent 1 point
I tend to prefer more functional approaches to work in JS... keeping libraries separated from context and data object instances.  I'm not a fan of OOP in general, and feel it leads to confusing spaghetti code.

Most of the examples would be easier to reason with using simpler objects, workflow functions and maybe something like IxJS as needed.

---

NOTE: iirc, the downvote wasn't me.

Replies