• NocturnalMorning@lemmy.world
    link
    fedilink
    arrow-up
    15
    arrow-down
    17
    ·
    17 days ago

    I swear this isn’t a get off my lawn post

    Proceeds to spend 5 paragraphs complaining about what people call the original Javascript. He has some valid points, but this is very much an older developer complaining about the new generation of devs.

    • mbirth@lemmy.ml
      link
      fedilink
      English
      arrow-up
      20
      arrow-down
      4
      ·
      17 days ago

      new generation of devs

      The new generation of devs sadly has a lot of people that only can type what they want to achieve into ChatGPT and blindly copy whatever code snippet it comes up with. But they can’t develop. Nor do they understand code written by others. They’re the reason things like NodeJS’s is-even package exists.

      • NocturnalMorning@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        17 days ago

        This is a generalization that has some merit. but ultimately, generalizing an entire group of people and making assumptions about them isn’t a good way to judge an individuals ability to code.

        See what they can do, and then judge.

        • mbirth@lemmy.ml
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          3
          ·
          17 days ago

          You must have missed the part where I said a lot of people, not all of them. There are people calling themselves “developer” that shine during the hiring process, but then can’t implement a random feature if there’s no ready-to-use library for it.

          However, this doesn’t mean that there still aren’t lots of actual developers around, that know what they’re doing and can actually code in an actual programming language.

          • potatopotato@sh.itjust.works
            link
            fedilink
            arrow-up
            4
            ·
            edit-2
            17 days ago

            If you want to play true Scotsman, the embedded devs like to make fun of the web devs for being scared of bitfields and refusing to do logic with anything other than string matching and manipulation.

            . . .

            Secretly it’s partially because we’re absolutely terrified of strings in any form and simply refuse to use them.

            There are a lot of sub disciplines to the field, some benefit a lot from GPT or blindly copying from SA, some don’t, but that’s ok either way. Keep your skill sets broad and you’ll survive.

      • Static_Rocket@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        17 days ago

        This isn’t the new generation of devs. This is just new devs. Some people refuse to grow out of this stage.

    • criss_cross@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      16 days ago

      I dunno some of these feel like fundamentals that any web dev should know.

      You’re gonna have headaches down the road if you don’t know hiw static html works.