Hacker News new | ask | show | jobs
by matchagaucho 3582 days ago
Amazed at how Angular has created a generation of programmers that accept 2-way data binding and MVC as "the only way" to develop web apps.

JQuery encourages more fluent, purely functional reasoning, and one-way data binding of immutable data objects.

1 comments

Functional, yes. I can't think of too many cases where JQuery has every prevented me from mutating anything.