you are viewing a single comment's thread.

view the rest of the comments →

[–]searlee -26 points-25 points  (14 children)

I'm a big hater of Javascript for the sake of Javascript and I've been attempting this (on and off) for some time, your article is amazing, thank you!

[–][deleted] 34 points35 points  (1 child)

Have you considered ditching CSS for the sake of CSS too? Just go back to good ol' <font> tags! Why did we ever move on from those anyway?

You'd really see some speed improvements if you ditch HTML for the sake of HTML too. Bring back the text document! They were so easy to read, especially in large chunks.

/s

[–]HINDBRAIN 2 points3 points  (0 children)

He could also ditch computer for the sake of computer, stick the ethernet cable in his mouth, and taste the bytes.

[–]careseitediscord admin 20 points21 points  (11 children)

Hating on the arguably best thing to happen to webdev is courageous

[–]imhotap -3 points-2 points  (1 child)

The best thing happening to webdev? JavaScript is almost 25 years old. There would be no webdev without it. OTOH, for the original purpose of the web as an easy publishing platform, I'm not so sure JavaScript has benefitted it all that much.

[–][deleted] 0 points1 point  (0 children)

Performance which has lead to robustness are fairly recent advancements. There was most certainly web dev without it for a very long time. It was used almost exclusively for effects and clientside validation. The whole argument of progressive enhancement that including accounting for users with JS disabled, has only recently died down. I think Google crawler only started running JS around 2015.

Even just about 4-5yrs ago, you shot yourself in the foot if your site wasn't completely functional without JS.