DEV Community

Discussion on: Learn JavaScript OOP: A primer for web development

Collapse
 
jkhaui profile image
Jordy Lee

I agree. Nice and informative article overall, though easier debugging and JavaScript moving towards an OOP style are 2 points I strongly disagree with.

It's the opposite - there's a clear shift to functional programming in the JS community, as witnessed by the rise of React (which heavily favours functional techniques such as lambdas, currying and composition) and the relative stagnation of angular (more OOP-oriented and with a reputation for being overly complex).