• Gabu@lemmy.world
    link
    fedilink
    arrow-up
    16
    arrow-down
    4
    ·
    10 months ago

    On a more serious note, ChatGPT, ironically, does suck at webdev frontend. The one task that pretty much everyone agrees could be done by a monkey (given enough time) is the one it doesn’t understand at all.

    • Strawberry@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      17
      arrow-down
      6
      ·
      10 months ago

      The one task that pretty much everyone agrees could be done by a monkey

      A phrase commonly uttered about web dev by mediocre programmers who spend 99% of the time writing the same copy-paste spring boot mid-tier code

      • duck1e@lemmy.ml
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        10 months ago

        most of the websites are bloated and shit. Webdev is shit upon because they write code that can’t work 4 months without needing a rewrite

        • frezik@midwest.social
          link
          fedilink
          arrow-up
          2
          ·
          10 months ago

          A good chunk of that has to do with trackers and ads. Things forced on webdevs by management.

          Not that webdevs couldn’t improve anything otherwise; there are certainly optimizations to be had. But pop open the dev network panel on your browser, clear cache, and refresh the page. A lot of the holdup and dancing elements you’ll see are from third party trackers and ads.

        • Strawberry@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          I agree, and in addition to way too many trackers and advertisements clogging up the page, this is also due to the time, effort, and knowledge not being provided to write performant and compliant code, which should be important given the infinite possibilities of client machines. This can be worsened by only having full stack developers who aren’t knowledgeable in web dev (especially CSS) or by sacrificing performance for trendy javascript-bloated design features

    • Kevin@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      10 months ago

      I don’t think it’s very useful at generating good code or answering anything about most libraries, but I’ve found it to be helpful answering specific JS/TS questions.

      The MDN version is also pretty great too. I’ve never done a Firefox extension before and MDN Plus was surprisingly helpful at explaining the limitations on mobile. Only downside is it’s limited to 5 free prompts/day.

    • httpjames@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      2
      ·
      10 months ago

      GPT 4 Turbo is actually much better than GPT 3.5 and 4 for coding. It has a way better understanding of design now.