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.

  • MonkderVierte@lemmy.zip
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    4
    ·
    edit-2
    17 hours ago

    so it’s kind of obvious that they don’t work without it.

    Uhm, the web is to share content, not to play JS. That’s what graceful degradation is for: the primary usecase should still work, even if the secondary or tertiary doesn’t.

    • Korne127@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      14 hours ago

      Uhm, the web is to share content, not to play JS

      The web doesn’t have a single unified purpose. Even if I hate it as a programming language, JavaScript if the basis almost all client-side browser operations build upon.

      Sure, a simple website which just contains information works without it, but if you design a website in which the client does anything interactively and not everything should be processed server-side, it’s not really possible. No matter if you’re talking about a web game, something like Google Earth or an in-browser editor.