• Modern_medicine_isnt@lemmy.world
    link
    fedilink
    arrow-up
    12
    arrow-down
    5
    ·
    1 day ago

    Fortunately, 90% of coding is not hard problems. We write the same crap over and over. How many different creat an account and signin flows do we really need. Yet there seem to be an infinite amount, and each with it’s own bugs.

    • xthexder@l.sw0.com
      link
      fedilink
      arrow-up
      15
      arrow-down
      1
      ·
      edit-2
      1 day ago

      The hard problems are the only reason I like programming. If 90% of my job was repetitive boilerplate, I’d probably be looking elsewhere.

      I really dislike how LLMs are flooding the internet with a seemingly infinite amount of half-broken TODO-app style programs with no care at all for improving things or doing something actually unique.

      • Modern_medicine_isnt@lemmy.world
        link
        fedilink
        arrow-up
        3
        arrow-down
        2
        ·
        23 hours ago

        A lot of people don’t realize how many times the problem they are solving has already been solved. But after being in the industry for 3 decades, very few things people are working on haven’t been done before. They just get put together in different combinations.

        As for AI, I have found it decent at wruting one time scripts to gather information I need to make design decisions. And it’s a little quicker when I need to look up a syntax for a language or like a resource name for terraform. But even one off scripts I sometimes have to ask it if a while loop wouldn’t be better and such.