|
|
|
|
|
by na85
4197 days ago
|
|
This made me angry. Why does this page need any JavaScript whatsoever? Why doesn't it just use a plain ol' HTML form and some CSS? I've been trying to come up with a benefit to the user for having javascript on the page and am drawing a blank. >I dont know what people have against JavaScript It's the PHP of this generation of web developers. A bunch of guys with inflated egos cramming tens of kilobytes of js into pages that need zero, all for a worse UX. |
|
It's disruptive, slower and more expensive to submit the form through HTML, the rest of the page (you can see a snippet in the video) needs to be built again, which means more database queries which are not needed. Furthermore, the rest of the form does not depend on the first answer. There's really no reason to completely rebuild the page again. That's the benefit.
I do agree with you that Javascript is fundamentally just as flawed a language as PHP and it attracts the same kind of developers. Some really talented ones, mostly mediocre ones.
When I have to use Javascript I feel like I'm working against the language instead of with it.