Hacker News new | past | comments | ask | show | jobs | submit login

totally agree.

Take ExtJs core, it's a good exemple of over abstracting everything. But JS is also guilty,guilty of providing "weak" and loose structures.If JS had classes(like ES6),nobody would create all these complicated frameworks to build them.




> If JS had classes(like ES6),nobody would create all these complicated frameworks to build them.

Having classes does not solve the meta-programming issue, which is what most frameworks additionally provide. Look at the Java world for an example that classes don't prevent the proliferation of frameworks.


well, having classes helps not to ask oneself how to write classes.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: