• vrighter@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      16
      ·
      1 day ago

      I’ve met someone employed as a dev, who not only didn’t know that the compiler generates an executable file, but actually spent a month trying to change the code, not noticing that 0 of their code changes were having any effect whatsoever (because they kept running an old build of mine)

      • DominusOfMegadeus@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        9
        ·
        2 days ago

        I would be really interested in learning a language. The AI assistance method actually meshes very well with my learning style. I would never submit anything to anyone that I was not certain was good working code though. My brain wouldn’t let me do it. Now i just need to choose a language.

        • Failx@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          15
          arrow-down
          1
          ·
          2 days ago

          I applaud your ethics. But you don’t know how close you are to falling from grace.

          Just yesterday I had to remove perfectly tested, sensible and non-ai code from our production system, not because that it did not do what the author intended, but because what the author intended was flawed. And this is exactly what ai also cannot teach you right now: Taking a step back to realize that your code might be right, but your intentions are not.

          Definetly keep at it. But be aware you will do the wrong things even with perfectly working code.

          • SlopppyEngineer@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            1 day ago

            Yeah, the code can work flawlessly in test, but after a few months of production there are a lot more records or files and the code starts to have issues.