Remix.run Logo
throwaway81523 6 days ago

The great wheel of karma. All the stuff that made javascript despicable now makes css despicable as well.

ZYbCRq22HbJ2y7 6 days ago | parent [-]

Can you elaborate on what all that stuff is?

SoftTalker 6 days ago | parent [-]

My interpretation is that although making your site a unique snowflake is fun, it's ultimately a burden on the users.

GUIs are successful when they follow visual and behaviorial standards. With everything that CSS and JS can do, every website becomes an exercise in discovery just to be able to use it for its intended purpose.

ZYbCRq22HbJ2y7 6 days ago | parent [-]

> GUIs are successful when they follow visual and behaviorial standards.

Wouldn't that be a design or HCI issue, not something innate to a language? What is a behavioral standard?

SoftTalker 6 days ago | parent [-]

Yes technically but the language enables it.

A behavioral standard would be that scrolling always works by sliding the scroll bar or using the arrow or page-down keys.

Or that the back button takes you to the previous page.

Just two examples.

Many sites break these and you have to discover what they replaced them with.