• john_lemmy@slrpnk.net
    link
    fedilink
    arrow-up
    9
    ·
    19 hours ago

    I … this seems like a std library made to troll you. Is there a (good) reason it is like that?

    • cley_faye@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      5 hours ago

      Backward compatibility and not seeing the future. Some decisions are taken at one point in time, then a new use case show up, then a new paradigm evolve, then… etc etc.

      It’s really the same thing that holds back a lot of languages and libraries. And even when replacement shows up, old habits from devs and old projects maintenance keep all these things well alive too.

    • brian@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      12 hours ago

      early js/html liked to do something in all cases instead of throwing or whatever. I think it’s mostly just a collection of them trying to do something smart on nonsense input and not being consistent about it.

      side note, I’m so excited for Temporal, some browsers already support it and you can polyfill for the rest.

    • Kevin@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      13 hours ago

      I can only imagine it wasn’t planned properly, cuz that’s so many quiet behaviours without good parsing errors