Hacker News new | ask | show | jobs
by ChikkaChiChi 4500 days ago
Until Web Developers stop treating the end-user as a consumer of unlimited computational and bandwidth resources, issues like this will continue to crop up.

I love AngularJS for internal desktop tools I write, but I would never use it or any other client rendering script in the wild where my applications could be consumed by unknown form factors. Specifically, you have absolutely no idea how much memory allocation you are getting when you are dealing with mobile devices, and any assumption on the developer's part is asinine.

AngularJS was not the problem in this case; and I'd wager we are going to continue to see articles like this as developers go through growing pains of learning that you should optimize for the end user first, not yourself.