Hacker News new | ask | show | jobs
by posabsolute 4510 days ago
I hope Angular never become the "futur" of front-end. I pride myself making reusable, simple, opmised, clean code for entreprisey apps. Some frameworks fit well in this mentality.

Angular does not. It's an awkward black box.

I can open the source code of backbone & understand everything it's doing. Using a simpler stack makes the code more timeless, any competent js dev is able to continue my work. Pretty sure you can't say the same with your angular app.