• garyyo@lemmy.world
    link
    fedilink
    arrow-up
    27
    arrow-down
    2
    ·
    11 months ago

    If you don’t hate a programming language you simply haven’t used it enough or are delusional. Every language sucks in its own special way, js ain’t special.

    • Reliant1087@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      5
      ·
      11 months ago

      I agree with you that every language has its flaws but JS feels like it was a hodgepodge created without any design philosophy in mind. I don’t use C or lisp in day to day work but I can appreciate their philosophies and power. Can’t say the same about JS.

      • fkn@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        11 months ago

        That’s because it literally is the result of mozila, Microsoft and later Google fighting about what the right language choices were/are. Browser detection scripts and shims are still a thing, but back in the day we had to code that shit by hand every, and I mean every, minor version release of every browser.

        • Reliant1087@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          11 months ago

          This is super interesting. But why isn’t HTML or CSS a similar mess? I found their structure to be more logical than JS. Parts of JS feels like it’s intended as a backend language but parts of it don’t.

          • fkn@lemmy.world
            link
            fedilink
            arrow-up
            3
            arrow-down
            1
            ·
            11 months ago

            Wait, you don’t think html is a mess? Lol.

            Css benefited from coming much later than the other two… But it also has issues.

              • fkn@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                11 months ago

                Lol. That’s like saying js is ok as long as you never use the parts that 90% of js developers use.

                • Reliant1087@lemmy.world
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  11 months ago

                  Really? I find that css is pretty much the ugly part of html. Html is no worse than markdown or latex. If you just wrote plain HTML and were okay with how it rendered, you would have nicely structured code.

                  • fkn@lemmy.world
                    link
                    fedilink
                    arrow-up
                    1
                    ·
                    edit-2
                    11 months ago

                    My point is that if you only use the parts that don’t bring confusion you have a problem… Nobody ever does that in production… Much less with any frameworks. There is no such thing as semantic html at scale or in any modern framework.

      • Blackmist@feddit.uk
        cake
        link
        fedilink
        English
        arrow-up
        7
        ·
        11 months ago

        If it has a design philosophy, it’s “never show an error, even when the user is wrong”.