garbage account

  • Metju@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    LLMs are an okay’ish tool if your code style is not veering from what 99% of the open-sourced codebase looks like. Use any fringe concept in a language (for example, treat errors as values in languages ridden with exceptions, use functional concepts in an OOP language) and you will have problems.

    Also, this crap tends to be an automated copy-paste. Which is especially bad when it skips on abstracting away a concept you would notice if you were to write the code yourself.

    Source: own experience 😄

    • devedeset@lemmy.zip
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      Totally agree. In my day to day work, I’m not dealing with anything groundbreaking. Everything I want/need to code has already been done.

      if you have a Copilot license and are using the newest Visual Studio, it enables the agentic capabilities by default. It will actually write the code into your files directly. I have not done that and will not do that. I want to see and understand what it is trying to do.