• Sakychu@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    3 months ago

    Yeah I hated Web development when ever i had to do it. Web development as a whole feels half undercooked and half overcooked.

    • Oliver Lowe@apubtest2.srcbeat.com
      link
      fedilink
      arrow-up
      5
      ·
      3 months ago

      So-called “backend” I was OK with. HTTP is well-specified. It’s a too general of a protocol what it’s being used for, so you’re stuck implementing the same stuff over and over again. When using SMTP or NNTP you realise how much work the protocol does for you when building systems on top of it.

      But “frontend”… Jesus talk about abusing something that was never designed to be used like it is. Total nightmare in my opinion! UIs which are totally inconsistent in appearance and behaviour has somehow become the norm!

      • frezik@midwest.social
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        I don’t know about that. Frameworks like React or CSS toolkits have made things more consistent across browsers. Being rid of Internet Explorer helped, too. Things were way worse 15 years ago.

        Now, making the browser into a quasi operating system might not have been a good idea, but that’s a different argument.