i absolutely hate how the modern web just fails to load if one has javascript turned off. i, as a user, should be able to switch off javascript and have the site work exactly as it does with javascript turned on. it’s not a hard concept, people.

but you ask candidates to explain “graceful degradation” and they’ll sit and look at you with a blank stare.

  • Björn Tantau@swg-empire.de
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    2
    ·
    18 hours ago

    Most websites out there could work fine without JavaScript. They rely on it because they can’t be bothered to be better.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      3
      ·
      edit-2
      6 hours ago

      Have you ever tried building a modern page without JavaScript.

      You can do a lot of things with HTML5 and CSS. It just is very complicated and painful. It isn’t intuitive and the behavior will vary across browsers. What could be a little JavaScript turns into a ton of write only CSS.

      • Björn Tantau@swg-empire.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 hours ago

        Yes, that’s my job.

        The point isn’t to emulate the JavaScript functionality somehow. The point is to simply fetch the desired information as a new page load when necessary. The page should work in lynx.