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

Fullstack dev here, I'm still happy with jquery.



I think one problem with jquery is that it tightly couples your classes and IDs, and your layout, which your logic.

Simple example: your new dev changes layout or an ID or classname, and some code somewhere that relied on it via jquery breaks.


Yeah. Solve that with tests or a compiler.

Not using jQuery doesn’t suddenly make that problem go away.




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

Search: