• dependencyinjection@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Not really. Just going to post a comment I post whenever this topic comes up, related to how our company utilities it as software developers / engineers.

    Sure they make mistakes, but even when wrong it still gives a good start. Meaning in writing less syntax.

    Particularly for boring stuff.

    Example: My boss is a fan of useMemo in react, not bothered about the overhead, so I just write a comment for the repetitive stuff like sorting easier to write

    // Sort members by last name ascending
    

    And then pressing return a few times. Plus with integration in to Visual Studio Professional it will learn from your other files so if you have coding standards it’s great for that.

    Is it perfect? No. Does it same time and allow us to actually solve complex problems? Yes.

    • AwkwardLookMonkeyPuppet@lemmy.worldM
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Right. I use it every day and I’m probably 600% more productive now. What’s shocking to me is the apparent difference in quality between ChatGPT and Google’s AI. ChatGPT is incredibly useful. Google’s AI seems dangerous and ridiculous.